|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sql statement to select a null field
Hi Group
Here is the sql statement : select DocNo,DocDate,BillNo from table where billno.isnull I know the billno.isnull is not allowed in the statement , but I how do I overcome this? Thx |
|
#2
|
|||
|
|||
|
I finally found the answer ,just to share :
select DocNo,DocDate,BillNo from table where billno Is Null |
|
#3
|
|||
|
|||
|
to select not null rows fronm the table
|
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > Sql statement to select a null field |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|