「Oracle ゼロ埋め」の版間の差分
ナビゲーションに移動
検索に移動
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
− | ==Oracle ゼロ埋め== | + | ==[[Oracle ゼロ埋め]]== |
− | [[Oracle]] | + | [[Oracle]] | [[Category:書式]] |
*[http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/server.102/B19201-02/functions.html#92770 to_char] | *[http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/server.102/B19201-02/functions.html#92770 to_char] | ||
*[http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/server.102/B19201-02/sql_elements.html#44268 書式] | *[http://otndnld.oracle.co.jp/document/products/oracle10g/102/doc_cd/server.102/B19201-02/sql_elements.html#44268 書式] | ||
− | SQL> select to_char(1, '0000000000') from dual; | + | [[SQL]]> select to_char(1, '0000000000') from dual; |
− | + | TO_CHA[[R]](1,'0000000000' | |
---------------------- | ---------------------- | ||
0000000001 | 0000000001 | ||
− | *SQL Server ゼロ埋め | + | *[[SQL Server ゼロ埋め]] |
2020年2月16日 (日) 04:29時点における最新版
Oracle ゼロ埋め
Oracle |
SQL> select to_char(1, '0000000000') from dual; TO_CHAR(1,'0000000000' ---------------------- 0000000001
© 2006 矢木浩人