# testtbl is empty select * from testtbl$TABLE ---- TYPES bigint, string, int ---- RESULTS ==== # month ends at 12 select int_col from alltypessmall$TABLE where month > 100 ---- TYPES int ---- RESULTS ==== # Empty partitioned table test select field from emptytable ---- TYPES string ---- RESULTS ====