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.
日付フィールドでの選択時に発生するエラーです。日付フィールドの型が「日付」で、検索値が全角です。検索条件はbirth_day「19940403」です。mysql エラーを回避するにはどうすればよいですか。
birth_day
string を date に変換する必要があります。