Hi,
Could you please clarify, how I can set a value to NULL? 

After upsert into temp.table (ROWKEY, COL1, COL2) values (100, "ABC", null); 
the value of COL2 still has a previous value (COL1 has "ABC" as expected).

Or there is only one way - to set  STORE_NULLS = true?

Thanks,
Stepan.

Reply via email to