SQL Server Information and Resources |
Custom Search
|
SELECT TOP 100
RTRIM(firstname) + ' ' + lastname AS " RTRIM"
FROM Students
SELECT TOP 100
LTRIM(disenrollment_type)
FROM disenrollmentTypes