SQL syntax with /*! c-style comments in MySQLdumpKedarMarch 11, 2010 In mysql we have — , /* and /*! comments. This post is mainly about very basic c-style comments. /*! : C-Style comments in MySQL We normally see comments in… View Post