黑马程序员技术交流社区
标题:
关于sql语句的java代码
[打印本页]
作者:
Mr冷夏
时间:
2015-8-25 14:49
标题:
关于sql语句的java代码
String username="冷夏";
String password="abc";
String sql="select * from user where username = '"+username+"' and password= '"+password+"'";
sql字符串是怎么定义的 分号怎么理解 这么多分号(username跟password为数据表的两个属性拦)
作者:
Cancer
时间:
2015-8-25 15:06
使用占位符?
作者:
qq840570226
时间:
2015-8-25 19:37
本帖最后由 qq840570226 于 2015-8-25 19:39 编辑
就是字符串连接
第一个字符串:select * from user where username = '
第二个字符串:username(字符串变量1)
第三个字符串:' and password= '
第四个字符串:password(字符串变量2)
第五个字符串:'
连起来读一遍
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/)
黑马程序员IT技术论坛 X3.2