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.
SELECTとORDERBYを使用して並べ替えるために、ハイブテーブルで文字列列の値を整数に変換する組み込みUDFを探しています。言語マニュアルで検索しましたが、役に立ちませんでした。他の提案も歓迎します。
cast(str_column as int)
From:言語マニュアル UDF - 型変換関数