求个有点难度的sql,数据表中已经有150条记录 如何实现 随即读取数据其中的8条select top 8 ID,Name,City from Info where ID ;[解决办法]select top 8 ID,Name,City from Info order by newid()