Hi all
For ex am having the table student with fields student name and marks...Where as name is of the type string and marks float value....and having the records
Studentname Marks
aaa 10.5
bbb 15.3
Now am writing the query [CODE=mysql]Select * from table where Marks=10.5;[/CODE]
But while executing this query am getting 0 results....What can i do...Is there any way to solve this problem....Othe r than '=' operator for all (>,<,like,In)a m getting the result...Please suggest me
For ex am having the table student with fields student name and marks...Where as name is of the type string and marks float value....and having the records
Studentname Marks
aaa 10.5
bbb 15.3
Now am writing the query [CODE=mysql]Select * from table where Marks=10.5;[/CODE]
But while executing this query am getting 0 results....What can i do...Is there any way to solve this problem....Othe r than '=' operator for all (>,<,like,In)a m getting the result...Please suggest me
Comment