| http://www.w3.org/ns/prov#value | - But instead of using unions, I would copy your text file in to Excel, and thenuse excel to make the code;With Columns as(SELECT columnNamesFROM( VALUES ('a'), -- use excel to put the (' before each value and ),('b') -- after each value, except no final , and copy that here) a (ColumnNames))JimEveryday I learn something that somebody else already knew
|