I would like to select from a table and include in this select a column that is not existing in the table and it is a integer auto - incrementing.
Like:
SELECT username, 'c' as C FROM users;
where c doesn't exist in the table, but should be integer and auto-increment.