Online SQL interpreter
Typ int (integer)
CREATE TABLE test(id integer, nazwa text); INSERT INTO test VALUES (1,'Nazwa 1'); INSERT INTO test VALUES (2,'Nazwa 2'); INSERT INTO test VALUES (3,'Nazwa 3'); SELECT * FROM test;
Wykonaj
Wyniki zostaną wyświetlone tutaj