==== ---- QUERY select * from tinytable ---- TYPES string, string ---- RESULTS 'aaaaaaa','bbbbbbb' 'ccccc','dddd' 'eeeeeeee','f' ==== ---- QUERY select a from tinytable ---- TYPES string ---- RESULTS 'aaaaaaa' 'ccccc' 'eeeeeeee' ==== # This fails due to IMP-636. Re-enable it once that bug gets fixed. #---- QUERY # select description1 from zipcode_incomes limit 10 #---- TYPES #string #---- RESULTS # #====