setting a varchar field to (NULL) via DBI
it should be simple, but this is actually problematic for me. when i SELECT from table A and then INSERT the rows into table B, the (NULL)'s become blanks. nothing i've tried will set a field to (NULL). if i insert "(NULL)", it is that text, which is not the same at all. setting a field to (NULL) directly via command line SQL is simple. but with the DBI, it seems impossible.
thanks
Subject
Written By
Posted
setting a varchar field to (NULL) via DBI
June 16, 2006 11:07AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.