top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

is any other way to replace query result null value with a text

+1 vote
256 views
is any other way to replace query result null value with a text
posted Mar 18, 2015 by Vidhya Sagar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

SQL> Set NULL ‘N/A’
to reset SQL> Set NULL ‘’

answer Mar 19, 2015 by Arun Gowda
...