摘要:
1、数据库中表的别名不能用as; 2、ORACLE中左连接的sql语法: SELECT a.id,a.name from 表名 a left join 表名 b where a.id = b.id; 3、多表查询并求平均值 select ix.id,ix.xmmc,ip.* from INFO_XM 阅读全文
摘要:
1、关于the mothod() is not applicable for the arguments 方法的传参不对 2、ajax提交本页面的时候在out.print()后再加一个return,sucess中也能获取data的值,否则一直走error; 3、关于tomcat的status为red 阅读全文
摘要:
原SQL语句 select user_id id, user_name xm, login_id, jgbm, password, '1' logintype, '' zplj from sc_users a where a.login_id='admin' and a.password='1' u 阅读全文