摘要: SQL高级语句 top / limit / rownum / percent (前XXX条数据) --top(SQL Server / MS Access) select top 条数 from 表; --percent(SQL Server) select top 20 percent * fro 阅读全文
posted @ 2019-07-25 23:08 有梦想的肥宅 阅读(946) 评论(0) 推荐(0)
摘要: 一、认识SQL SQL是什么? SQL,结构化查询语言,全称是 Structured Query Language。 SQL 是一门 ANSI(American National Standards Institute 美国国家标准化组织)标准的计算机语言,但是仍然存在着多种不同版本的 SQL 语言 阅读全文
posted @ 2019-07-25 16:18 有梦想的肥宅 阅读(2029) 评论(0) 推荐(0)