1 2 3 4 5 6 7 8 9 10
/* syntax version 1 */ /* postgres can not */ USE plato; $c = "cccc"; INSERT INTO @$c select 1 as x; commit; SELECT * FROM @$c;