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.
2 つの SQL クエリを実行し、各クエリから返されたランダムな結果を取得してから、それらを結合したいと考えています。
select colA, colB, colC from tableA order by random() limit 10 union all select colA, colB, colC from tableB order by random() limit 10
それは私にそれをさせません。