Added database/sql

This commit is contained in:
Anonymous
2014-01-17 07:03:16 -07:00
parent 84d3709fdc
commit cf2e16dba2
570 changed files with 84897 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
insert into clock (last_save_time)
select 0
from dual
where not exists (select * from clock);