I would like query like
SELECT 'FOO1', 'FOO2'
But returns the resultset into rows instead of columns
SELECT 'FOO1' as foo UNION ALL SELECT 'FOO2' as foo
SQL Server: Examples of PIVOTing String data