|
Displaying Source Code(s)
|
|
To avoid null in asp environment using sql
--------------------------------------------------------------------------------
Description : if you are selecting just one column then this
caode can help
select coalesce(max(cust_id),0) max1 from customer
|
|
|