aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select/calculated_values.sql
blob: f23c91eaf8fbdac2e792a3558eb4c6e4c77266b8 (plain) (blame)
1
2
3
/* postgres can not */
/* can not check this with postgres becouse order of columns is not specified here */
select key, (value || "ab"), (value || "a"), value from plato.Input order by key;