Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
変換関数は、あるデータ型の値を別のデータ型に変換するために使用できます。
CAST(expression AS datatype[(length)])
SELECT CAST ('2024-01-01' AS datetime)
このページは役に立ちましたか?