/* postgres can not */ /* kikimr can not */ /* dqfile can not - missing langver support */ /* hybridfile can not - missing langver support */ /* custom error: Read of dynamic table "Output" is not supported after commit without native dyntable read. Please add PRAGMA yt.UseNativeDynamicTableRead;*/ use plato; replace into Output select "x" as key; commit; select * from Output;