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.
出発時間(増加)でクエリを注文したい。私が使う:
$query = "SELECT station,hdeparture FROM train WHERE number = '".$id_train."' ORDER BY hdeparture";
しかし、順序がないため機能しないようです。
どうしたの?
ありがとうございました。