Home > Database > Mysql Tutorial > body text

mysql化除关键字

WBOY
Release: 2016-06-07 16:15:32
Original
1363 people have browsed it

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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)");

?

?

注意:一般不这样用,换另一个别名。

?

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template