Viewing 2 posts - 1 through 2 (of 2 total)
What works for me in preventing common error 1 is putting the first item right behind the keyword and moving the comma's to the beginning of the lines:
SELECT FilmName
, FilmReleaseDate
FROM
...
June 14, 2011 at 2:39 am
#1338208
I love the idea but don't see myself using soon.
Wouldn't the error messages be clearer for users if the dummy column was named [*]:
The SELECT permission was denied on the...
November 6, 2009 at 3:45 am
#1075797