fork(1) download
  1. CREATE TABLE test (id, value);
  2. INSERT INTO test VALUES (1, 'Первый хан'), (2, 'Второй блин');
  3. SELECT * FROM test WHERE id='1';
Success #stdin #stdout 0s 3448KB
stdin
Standard input is empty
stdout
Standard output is empty