SQL Select statement that includes a column that isn't in the database
Posted
by Cypher
on Stack Overflow
See other posts from Stack Overflow
or by Cypher
Published on 2010-03-23T22:46:10Z
Indexed on
2010/03/23
22:53 UTC
Read the original article
Hit count: 325
I'm trying to execute a SELECT statement that includes a column of a static string value. I've done this in Access, but never with raw SQL. Is this possible?
Example:
Name Status
John Unpaid
Terry Unpaid
Joe Unpaid
In the above example, the "Status" column doesn't exist in the database.
© Stack Overflow or respective owner