随笔分类 -  数据库

摘要:以前在学校还没有很认真地意识到,现在到了企业才发现sql是那么的重要,看到网上有很多的sql 练习题,特地拿来练练手! 数据表介绍 --1.学生表 Student(SId,Sname,Sage,Ssex) --SId 学生编号,Sname 学生姓名,Sage 出生年月,Ssex 学生性别 --2.课 阅读全文
posted @ 2018-10-15 22:21 IT路上的小白 阅读(3985) 评论(1) 推荐(0)
摘要:select * from CallRecords where CallerNumber=001 and TelNum=02088888881 or id=1; 如果 CallerNumber=001 and TelNum=02088888881为真的话则不会执行后面的 or 条件 阅读全文
posted @ 2018-08-15 11:39 IT路上的小白 阅读(136) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-08-07 11:20 IT路上的小白 阅读(203) 评论(0) 推荐(0)