mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-08-03 04:19:20 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
insert into clock (last_save_time)
|
||||
select 0
|
||||
from dual
|
||||
where not exists (select * from clock);
|
||||
Reference in New Issue
Block a user