2
Reply

How to replace the Query Result 'Null Value' with a text ?

Deepak Verma

Deepak Verma

13y
3.4k
0
Reply

    at the time of creating column in table .use the below syntax.Name varchar(10) default 'text'

    Set NULL 'Text';

    Eg. Set NULL 'N/A';