Projekt

Obecné

Profil

Stáhnout (89 Bajtů) Statistiky
| Větev: | Tag: | Revize:
-- test SQL

create table a
(b int); -- table


insert into a values (1);

drop table a;
(3-3/3)