Can we use the word “space”(instead of null) in DB2 query.
I have given You the query here.
EXEC SQL UPDATE DOEORDER
SET CHRG_CARD_NBR = SPACE
WHERE ADD_TO_DB_DT < '2006-06-01'
END-EXEC.
Is this a right one.
SET CHRG_CARD_NBR = SPACE
I have given You the query here.
EXEC SQL UPDATE DOEORDER
SET CHRG_CARD_NBR = SPACE
WHERE ADD_TO_DB_DT < '2006-06-01'
END-EXEC.
Is this a right one.
SET CHRG_CARD_NBR = SPACE
Comment