Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: The 5 First SQL Errors to Check For

    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

    ...

  • RE: Preventing usage of "SELECT *..."

    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...

Viewing 2 posts - 1 through 2 (of 2 total)