Skip to content

panph/zyme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Owner panph. Repository zyme.

drop table rty;

create table rty (
	id int primary key,
	v timestamp
);

insert into rty values (1, systimestamp);

insert into rty select id + (select max(id) from rty), systimestamp from rty;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages