Insérer un commentaire dans une requête SQL Access
nrjindustries
-
z -
z -
Hello,
I'm trying to insert a simple comment in the SQL code of a simple query I typed in Access.
The standard -- doesn't seem to work, I'm getting a syntax error.
It shouldn't be that difficult, but I can't figure it out.
Could someone please tell me?
Thanks in advance?
I'm trying to insert a simple comment in the SQL code of a simple query I typed in Access.
The standard -- doesn't seem to work, I'm getting a syntax error.
It shouldn't be that difficult, but I can't figure it out.
Could someone please tell me?
Thanks in advance?
Configuration: Windows XP Firefox 3.0
4 answers
Hello,
Look here for the information:
https://www.commentcamarche.net/contents/1062-le-langage-sql
Otherwise, know that:
It is possible to add comments using:
* the character %. All characters that come after it on the same line will not be interpreted
* the delimiters /* and */. All characters between the delimiters are considered comments
--
The truth belongs to those who seek it and not to those who claim to possess it.
(don't forget to mark resolved if you have found your happiness: think of others^^')
Look here for the information:
https://www.commentcamarche.net/contents/1062-le-langage-sql
Otherwise, know that:
It is possible to add comments using:
* the character %. All characters that come after it on the same line will not be interpreted
* the delimiters /* and */. All characters between the delimiters are considered comments
--
The truth belongs to those who seek it and not to those who claim to possess it.
(don't forget to mark resolved if you have found your happiness: think of others^^')