StripComments
如果此变量设置为 0,则禁止剥离脚本中的
Syntax:
StripComments
某些数据库驱动程序使用
备注: 我们强烈建议此变量在所需语句执行之后立即重置为 1。
Example:
set StripComments=0;
SQL SELECT * /* <optimization directive> */ FROM Table ;
set StripComments=1;