Hi all:
This may just be a MySQL vs MSSQL difference but I was curious.
I have a dynamic select menu. In MSSQL when you do an ORDER BY any record beginning with an apostrophe appears in alphabetical order as if the apostrophe wasn't there. But I find in MySQL, records that begin with an apostrophe appear at the top of the list.
Maybe I am just used to it, but to me the MSSQL approach is more natural way to look at the list. Is there a way to set the order as it is on MSSQL for MySQL?
Thanks!