Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ocedb

oce db

select

select * from t_table;
select id, name from t_table;

select * from t_table where id > 3;
select * from t_table where id = 3;
select * from t_table where id = 3 and name = "nail";
select * from t_table where id = 3 limit 3;

update

create

delete

drop

About

oce db

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages