Friday, 22 April 2016

How to write comments in MySQL ?


Use any of the following comment format :

Example
SELECT ..... ;   # This comment continues to the end of line
SELECT ..... ;   -- This comment continues to the end of line
SELECT code_user  /* ! USER temporary code */  FROM user

No comments:

Post a Comment

Note: only a member of this blog may post a comment.