08 2018 档案

摘要:https://www.cnblogs.com/zhaopei/p/5746414.html 阅读全文
posted @ 2018-08-24 14:21 Hans.NET 阅读(109) 评论(0) 推荐(0)
摘要:1 .左连接 select a.* ,b.* from student as aleft join hobby as bon a.hobbyid=b.hobbyid 2. 右 连接 select a.* ,b.* from student as aright join hobby as bon a. 阅读全文
posted @ 2018-08-23 10:53 Hans.NET 阅读(150) 评论(0) 推荐(0)
摘要:1. 在数据库 查询中 在表名后面 加 英文字母,可以方便 查询 select a.name ,b.hobbynamefrom student as a, hobby as bwhere a.hobbyid=b.hobbyid 阅读全文
posted @ 2018-08-23 10:39 Hans.NET 阅读(324) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/xyyie/article/details/5976229 阅读全文
posted @ 2018-08-17 15:35 Hans.NET 阅读(82) 评论(0) 推荐(0)