Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Roman-numerals-Encode/SQL/roman-numerals-encode.sql
Normal file
9
Task/Roman-numerals-Encode/SQL/roman-numerals-encode.sql
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--
|
||||
-- This only works under Oracle and has the limitation of 1 to 3999
|
||||
|
||||
|
||||
SQL> select to_char(1666, 'RN') urcoman, to_char(1666, 'rn') lcroman from dual;
|
||||
|
||||
URCOMAN LCROMAN
|
||||
--------------- ---------------
|
||||
MDCLXVI mdclxvi
|
||||
Loading…
Add table
Add a link
Reference in a new issue