blob: d9524df3963cae2b35b57a6ff45fc7348669175c [file]
SELECT (CASE WHEN true THEN col_int ELSE col_chr end) FROM typeall_l ORDER BY (CASE WHEN true THEN col_int ELSE 0 end) limit 10;