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 つのランダム データをフェッチします。どうすればいいですか?
1分間のグーグル検索
SELECT TOP 3 ID FROM Table ORDER BY Rnd(Field1)