Hi,
How to get the value as 0 insted of NULL if there is no data found in
the database for a particular column in the following Access query.
select col1, col2 from tab1;
If there are null values in col1 or col2, the query should return 0
instead of null. Please send me the modified query for the above.
appreciate your help
Regards,
Omav
How to get the value as 0 insted of NULL if there is no data found in
the database for a particular column in the following Access query.
select col1, col2 from tab1;
If there are null values in col1 or col2, the query should return 0
instead of null. Please send me the modified query for the above.
appreciate your help
Regards,
Omav
Comment