Hi,
If I do SELECT a AS b and b is not a column in the table, would query create the "virtual" column?
in fact, I need to incorporate some virtual column into the query and process some information into the query so I can use it with each item later on.