|< < 10 > >|
Column names can be specified for a query result. jao=# select x + 0 as x_plus_0 from t; x_plus_0 ---------- 100 100 (2 rows)
jao=# select x + 0 as x_plus_0 from t; x_plus_0 ---------- 100 100 (2 rows)