Hello all,
 
    I have a problem in Informix... I wrote a program which will select count(*) from a table.
Select count(*) into $var from ibtab;
 
If there are no rows also, the variable var is showing as 1 and if there are 1 records, it shows as 2..
and another program which also uses the same select shows the correct result..
 
What may be the reason ??

Thanks and regards,

Santosh Varma

 

Reply via email to