insert a null value?


does know how insert null value?

for example:

insert tbl_table (col1,col2)
values (null,null)

thanks.

insert tbl_table (col1,col2)
values (null,null)
this query insert null db, if column "not null" property false. otherwise null can't inserted db. if "not null" true then,
insert tbl_table (col1,col2)
values ('','') blank value can inserted, not null.

thanks

sankalan
(www.mindfiresolutions.com)


More discussions in Database Access


adobe

Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support