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.
たとえば、 strtotime() からの文字列値である行があります1303448400。
1303448400
私のテーブルには次の構造があります:
id | date
そして、私の入力から、この形式で日付を受け取ります: MM/DD/YY.
MM/DD/YY
日付がより大きいIDを選択するSQLでクエリを作成する方法は11/11/13?
11/11/13