PropertyValue
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
http://www.w3.org/ns/prov#value
  • I am starting with this:SELECT ct.acct_noFROM cust_table ct WHERE ct.acct_no IN (123, 456, 789, 923, 567, 891);to;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))I am following some but could you break it down a little more?
http://www.w3.org/ns/prov#wasQuotedFrom
  • sqlteam.com