Hi,
I'm new for LN Programming.... I already know that we can get the condition matched records only if the specified condition is match in the select query as follows....
select tccom406.*
from tccom406
where tccom406.sex="male"
selectdo
do something
selectempty
endselect
Suppose I have the table with 10 records... In these records the tccom406.sex="male" for 6 records and the rest one has "female"
When I execute the query I got the 6 records which has tccom406.sex="male".... in selectdo option....
But can I get the remaining 4 records in the selectempty option....?
Can you please let me know that about the selectempty in detail?
Thanks in advance,
Regards,
Pralash
I'm new for LN Programming.... I already know that we can get the condition matched records only if the specified condition is match in the select query as follows....
select tccom406.*
from tccom406
where tccom406.sex="male"
selectdo
do something
selectempty
endselect
Suppose I have the table with 10 records... In these records the tccom406.sex="male" for 6 records and the rest one has "female"
When I execute the query I got the 6 records which has tccom406.sex="male".... in selectdo option....
But can I get the remaining 4 records in the selectempty option....?
Can you please let me know that about the selectempty in detail?
Thanks in advance,
Regards,
Pralash