blob: eb4f15f5b03278c8633a5c43ff94b933a1b8803d [file] [log] [blame]
select min(c_int), min(c_bigint), min(c_float4), min(c_float8), min(cast(c_float4 as decimal(9,3))), min(cast(c_decimal9 as decimal(28,9))), min(cast(c_decimal18 as decimal(38,18))) from data where c_row <> 5 and c_row <> 14 and c_row <> 19;