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.
DATE 形式の日付でいっぱいの MySQL テーブルがあります。現在の日付を見つけて、テーブルで見つけて、その位置をエコーアウトするにはどうすればよいrow_idですか?
row_id
この質問にコードを提供していないことは理解していますが、開始する場所を見つけるのに苦労しています。
関数を使用してCURDATE()、現在の日付と一致させることができます。
CURDATE()
select row_id from date_table where date_column = CURDATE();