First insertion in table is inserting nulls in not null columns
0 views
Skip to first unread message
Anuj
unread,
Feb 2, 2008, 6:01:49 AM2/2/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phpMyAdmin
Hi Everyone,
I have created a table in database. I have made many columns not null
and have not given
any default value. When I am doing insertion for first time, in not
null columns null values are inserted. When I have given not null then
why null is inserted into the table. Please help me to understand this
problem.