Closed redcatbear closed 4 years ago
If you have a proprietary data format and want to convert the contents into a SELECT statement that list all contents, the VALUES list constructor is very helpful.
SELECT * FROM (VALUES('a', 'b'))
Situation
If you have a proprietary data format and want to convert the contents into a SELECT statement that list all contents, the VALUES list constructor is very helpful.
Acceptance Criteria