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.
MUST = 1 の列からデータを選択するように php を取得しようとしています。ソート方法は次のとおりです。
Name SteamID RANK SID User1 Example1 Owner 1 User2 Example2 Superadmin 0 User3 Example3 User 1 User3 Example4 Guest 1
私が選択したいのはSIDですが、それは= 1でなければなりません
SIDが1に等しい場所を選択するだけです
SELECT Name, SteamID, RANK FROM table WHERE `SID` = '1'