blob: f1161a54ac74f8bcae7e54ba6eb3d8ab980c7a6a [file] [log] [blame]
-- star/star lower case customerid in the where clause
select * from ( select * from `customer.json` ) where customerid = 100;