I want to select SQL command for null data to grid
if data is date value such as 27/09/2002
when i use sql command --> select NVL(date value,' ') from table1
I can't use that ,Can I return value ' ' or string value?
Thank you in advance.:-)