![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When I make a select and in the WHERE section I use the = (EQUAL) operator whith a column of real datatype the results of the query is 0 rows even if there exist rows that match the condition. |
#3
| |||
| |||
|
|
================================================== ========================== bd_temporal=> SELECT * FROM tbl_temp WHERE var < 0.20; var ------ 0.1 0.11 (2 rows) bd_temporal=> SELECT * FROM tbl_temp WHERE var = 0.11; var ----- (0 rows) bd_temporal=> SELECT * FROM tbl_temp WHERE var = '0.11'; var ------ 0.11 (1 row) If you know how this problem might be fixed, list the solution below: |
![]() |
| Thread Tools | |
| Display Modes | |
| |