Apache-tajo-to-timestamp

提供:Dev Guides
2020年6月22日 (月) 20:04時点におけるMaintenance script (トーク | 投稿記録)による版 (Imported from text file)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

to_timestamp(srcテキスト、フォーマットテキスト)

次のクエリで* to_timestamp(date、format)*関数を確認しましょう。

問い合わせ

default> select to_timestamp(412312345);

結果

上記のクエリは、次の結果を生成します。

1983-01-25 03:12:25

クエリはタイムスタンプに変換されます。