sql - not used mysql comment ( <- not statement) -
i want know mysql comment #
, --
#
, -
cannot used inside comment.
i want use comment when going php mysql.
special php option:
magic_quotes_gpc = off
mysql supports 3 types of comments: --
, #
, /*...*/
.
Comments
Post a Comment