Door didrix: Door SirDice:
Nee, juist niet.
Heb het net getest op mijn computer en ik heb toch echt die spatie en quote nodig.
Het gaat om de -- met een spatie daarachter hoort eigenlijk niets maar browsers gaan daar verkeerd mee om, daarom wordt er vaak een control karakter gebruikt. zelf gebruik ik altijd -- -
zie ook https://dev.mysql.com/doc/refman/4.1/en/comments.html
From a “-- ” sequence to the end of the line. This style is supported as of MySQL 3.23.3. In MySQL, the “-- ” (double-dash) comment style requires the second dash to be followed by at least one whitespace or control character (such as a space, tab, newline, and so on). This syntax differs slightly from standard SQL comment syntax, as discussed in Section 1.9.5.8, “'--' as the Start of a Comment”.