\c
mysql> insert into student values(4,‘mike);
‘> \c
‘>
遇到这种情况怎么结束 sql语句
‘\c
加上单引号 和之前的单引号拼接好
原文地址:https://www.cnblogs.com/mingerlcm/p/9799488.html
时间: 2024-10-19 18:46:26
\c
mysql> insert into student values(4,‘mike);
‘> \c
‘>
遇到这种情况怎么结束 sql语句
‘\c
加上单引号 和之前的单引号拼接好
原文地址:https://www.cnblogs.com/mingerlcm/p/9799488.html