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.
同様の問題に関するいくつかの投稿を読みましたが、それらはすべてコードの問題でしたが、私のものはmysqlの続編コンソールでも発生しました。
私の質問:SELECT * FROM users WHERE id IN ("1,2") ORDER BY id DESC
SELECT * FROM users WHERE id IN ("1,2") ORDER BY id DESC
My Users テーブルには現在 2 人のユーザーが含まれています。1 人は ID 1 で、もう 1 人は ID 2 であるため、実際には両方が返されます。残念ながら、最初の行のみが返されます