How do you add a column to a select statement and assign a static value, when the column does not exist?
name | address | vacationing | Zipcode
So for the example columns above, I would like to create the column on the fly of “vacationing” whose value will be assigned No for each record. I don’t want to insert this column in the table permanently.
Thanks
1 Answer