top 后面是 取数范围,比如前10位( top 10)、100位(top 100)
select top 3 * from exloginrecord 查询表中所有列select top 3 id from exloginrecord 查询表中id列加top算是个条件
*表示选择表里的所有字段。
表示查询表的全部数据