I would like to query data for testing purposes without having a table structure yet. I only need one column named ‘title’ and the result should give back the entries ‘name1’, ‘name2’ and ‘name3’.
I have unsuccessfully tried
SELECT 'name1' 'title', 'name2' 'title'
and I have no clue what terms to search for on this topic.
Use
UNION ALL: