How can I create a completely new column with the same value for each line in an SQL SELECT query.
I am trying to SELECT records from my database but I need to create a new column with generic content so for each item, the column will have the same value. We’ll name the column test and the content content. Can anybody show me how to do this? I’m new at SQL queries.
1 Answer