I
iwantdown
Unregistered / Unconfirmed
GUEST, unregistred user!
例如在access数据库中有一列名称为:单价(元)
查询语句为:select * from table order by 单价(元);
再例如 编号中有一数据为 2008[字]856号
查询语句为:select * from table where 编号 like "2008[字]856号";
两个查询均会提示出错,因为语句中包含[]()<>等符号
请问怎么解决
查询语句为:select * from table order by 单价(元);
再例如 编号中有一数据为 2008[字]856号
查询语句为:select * from table where 编号 like "2008[字]856号";
两个查询均会提示出错,因为语句中包含[]()<>等符号
请问怎么解决