Welcome Guest, Not a member yet? Register   Sign In
MYSQL Error# 1364
#7

[eluser]Aken[/eluser]
[quote author="brandonjjon" date="1353799334"]But I'm not even wanting to insert any data into this column...

I provided a "where" statement to insert it into the correct row. The email field on this particular row is already populated.

The goal is to insert $website into the `websites` field.[/quote]
When you created the email column, you specified that it must have a value (aka NOT NULL). You need to provide a default value when doing inserts, even if you don't want to add a value, OR modify the database column to accept null values.


Messages In This Thread
MYSQL Error# 1364 - by El Forum - 11-23-2012, 11:47 PM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 01:55 AM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 02:02 AM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 03:13 AM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 04:22 PM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 06:24 PM
MYSQL Error# 1364 - by El Forum - 11-24-2012, 08:19 PM
MYSQL Error# 1364 - by El Forum - 11-25-2012, 12:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB