Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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