Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个字段名称为“ID”的表正在访问。我想从此表中获取 3 个随机数据。我该怎么做?
一分钟谷歌搜索
SELECT TOP 3 ID FROM Table ORDER BY Rnd(Field1)