Hello,
I want to create a virtual column in SQL with two values.
Like this:
gender
------
male
female
I can create a column with one value with the statement:
SELECT "male" AS gender
Can someone help me?
Thnx!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.