fork download
  1. INSERT INTO xmlaggr_example(1,'A');
  2. INSERT INTO xmlaggr_example(1,'B');
  3. INSERT INTO xmlaggr_example(1,'C');
  4. INSERT INTO xmlaggr_example(1,'D');
Success #stdin #stdout #stderr 0.01s 5356KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "1": syntax error
Error: near line 2: near "1": syntax error
Error: near line 3: near "1": syntax error
Error: near line 4: near "1": syntax error