摘要: 1: 找小于最大的最大的 2. 排序 找第n个数: 不能在limit 里N-1, 因为limit里不计算 哈哈: distinct :在表中可能包含重复值,返回唯一不同的值, 阅读全文
posted @ 2017-07-29 19:10 hahahaf 阅读(1477) 评论(0) 推荐(0)
摘要: 因为对数据库的内容早都忘得差不多了,所以我的第一感觉是: select Person.FirstName, Person.LastName, Address.City from Person, Address where Person.PersonId=Address.PersonId 结果出错了: 阅读全文
posted @ 2017-07-29 18:41 hahahaf 阅读(254) 评论(0) 推荐(0)