SyntaxFix
Write A Post
Hire A Developer
Questions
SELECT field1, field2, 'example' AS newfield FROM TABLE1
This will add a column called "newfield" to the output, and its value will always be "example".