sql

Sql code posted by toto
created at 28 Jul 20:23, updated at 29 Jul 19:22

Edit | Back
1
2
3
4
create table toto (
  id number,
  desc varchar(20)
) tablespace users;
74 Bytes in 2 ms with coderay