6 May 2011

How to write comments in MySQL queries.

Source code viewer
  1. -- To write comments to queries you have to type
  2. -- two dashes in the beginning of the comment.
Programming Language: MySQL