Hi,
I have a report where I'm trying to sort by last name then first name. I cannot get the Order By command to work. Can someone share with me what I might be doing wrong? Syntax Below:
ORDER BY d.lname, d.fname DESC
Try: ORDER BY d.lname, d.fname