rebol command and inserting NULLs in a table
[1/2] from: moliad::gmail::com at: 14-Mar-2007 12:35
hi,
I'm using rebol command and was wondering if anyone knew how to insert NULL
values in a nullable column.
against all logic #[none] does not work. !!!
-MAx
[2/2] from: moliad:gma:il at: 14-Mar-2007 13:00
Hi all,
btw, I mean by using the insert of a block in the db port and using "?" for
value replacement within the query string and values as their values as
additonal items of the block.
a direct string-based update with "set col=NULL" works, but is unwieldy when
I must construct complex queries and the querie's value could be a null or
not.
-MAx
On 3/14/07, Maxim Olivier-Adlhoch <moliad-gmail.com> wrote: