I'd like to know how to add a pseudo column in select statement using Dremio?
on MS SQL, I am able to simply use below statement to add a blank column on my result.
SELECT ' ' as [Pseudo_Colum]
FROM Table
How am I doing it on Dremio?
I'd like to know how to add a pseudo column in select statement using Dremio?
on MS SQL, I am able to simply use below statement to add a blank column on my result.
SELECT ' ' as [Pseudo_Colum]
FROM Table
How am I doing it on Dremio?