SQL select中加入常量列

By | 6月 10, 2015

String sql = “select stud.name, \“-1\” as age from student stud”;

JAVA中使用Sqlite数据库,只能使用双引号,单引号出现运行期SQL语法错误。