mysql消除关键字 用键盘esc左下面的那个`键,如 下面sql 语句的area和version: ? ? stringbuilder sql = new stringbuilder(insert into ).append(table_name). ? ? ? ? ? ? ? ? append( (tid, `area`, activitytype, city, createatmin, createatmax, ex
mysql消除关键字
用键盘esc左下面的那个`键,如 下面sql 语句的area和version:
? ? stringbuilder sql = new stringbuilder(insert into ).append(table_name).
? ? ? ? ? ? ? ? append( (tid, `area`, activitytype, city, createatmin, createatmax, expiryat,).
? ? ? ? ? ? ? ? append( persons, sex, cost, `version`)).append( values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?));
?
?
注意:一般不这样用,换另一个别名。
?