blob: 68b7b81aaa5eb5df44c353b2b5a7ca2a2ec6323d [file] [log] [blame]
with a as ( select * from `customer.json` ) select * from a, `customer.json` b where a.CUSTOMERID = b.customerid;