SELECT VendorContactLName + ', ' + VendorContactFName AS 'Full Name' FROM Vendors WHERE VendorContactLName < 'F' AND VendorContactLName <> 'D' ORDER BY VendorContactLName, VendorContactFName
It is returning ALL the names under F, including ones whose last name starts with a 'D', I can't figure out why, it seems like a pretty straightforward condition

New Topic/Question
Reply




MultiQuote





|