Is it possible to have a statement like
SELECT \"Hello world\" WHERE 1 = 1
in SQL?
The main thing I want to know, is can I SELECT f
In SQL Server type:
Select 'Your Text'
There is no need for the FROM or WHERE clause.
FROM
WHERE