Quantcast
Viewing all articles
Browse latest Browse all 23857

How to cast a column of a derived column in a view to NULL

I have a derived column in my view and this column by default is picked up as not null.

I want to cast it to null how can i do it ?

Actual column

column1 varchar(3) not null

Expected column

column1 varchar(3)  null


Mudassar


Viewing all articles
Browse latest Browse all 23857

Trending Articles