mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-14 00:01:30 -04:00
5 lines
94 B
SQL
5 lines
94 B
SQL
insert into clock (last_save_time)
|
|
select 0
|
|
from dual
|
|
where not exists (select * from clock);
|