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.
日付を挿入しようとしています2013-3-17が、それを数学演算として扱い、1993を挿入しています。ハイフンをエスケープするにはどうすればよいですか?
2013-3-17
dateデータ型を使用する必要があります。また、日付を引用符で囲む必要があります。
date
"2013-03-17"リテラルの日付を引用符で囲む必要があります。'2013-03-17'
"2013-03-17"
'2013-03-17'