qlbridge
qlbridge copied to clipboard
sql * column support additional columns
currently select * FROM table does not support any other columns, implement the following
SELECT *, now() AS cur_time, yymm(now()) as yymm FROM table