Posts
Sort by recent activity
BUG?: Syntax Error when using alias
Refactor thinks that the following code has syntax errors:
SELECT DISTINCT S.StudentID
FROM Student S
ORDER BY S.StudentID DESC
If I remove the S alias, everyting works.