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.
SQL を使用して、行の最初の列が何かに等しい行のすべてのデータを選択することは可能ですか?
ありがとう
私が正しく理解している場合は、単純な where 条件に基づいてデータを取得する必要があります。
Select * From Table_Name Where First_Column_Name = Something
ただし、このような質問をしても何の解決にもならないため、SQL の基礎を学習することを強くお勧めします。
いくつかの基本的なリソース:
質問別: http://www.w3schools.com/sql/sql_where.asp
一般: http://www.w3schools.com/sql/default.asp