SELECT Id, to, Subject, Body, DateCreated, DateSent
FROM Emails
Gives the following error:
Msg 156, Level 15, State 1, Line 1
Incorrect syntax near the keyword 'to'.
Any idea why?
TO
is highlighted, so I guess, it is because it thinks that is a keyword, anyway to prevent this?
Cheers.