# | Date | Forum | Type | Thread | Post |
---|---|---|---|---|---|
1 | 17 Sep 2009 @ 10:07 PDT | Tools | Reply | I am unable to load data using SQL Assistance | Hi Kiran,Please use 'NULL' keyword to insert a null value in a Nullable field using insert into statement.Use single quote to inset strings.Ex:insert into table1 values (123,NULL,'Hello');Thanks,So... |