handlesomething
Programmer
Statement:
Select * from my_table where col_3 = 7.15;
doesn't work---The column is a FLOAT type and there is a value in the table in col_3 of 7.15. Statement runs but returns an empty set.
Select * from my_table where col_3 = 7.15;
doesn't work---The column is a FLOAT type and there is a value in the table in col_3 of 7.15. Statement runs but returns an empty set.