NeoMoon
11-28-2008, 08:17 PM
Okay, so I'm trying to insert data into 2 tables, with the same fields, in the same query. Is that possible?
Something like "INSERT INTO `table1`, `table2` VALUES ('blah', 'blah');"
SIDE QUESTION: What exactly does NULL do in an insert into? I can't find anything on this, so I was wondering: Does it set the value of the field to something that isn't already used by the same field in all of the other rows? Or is it just treated as 'nothing'.
Something like "INSERT INTO `table1`, `table2` VALUES ('blah', 'blah');"
SIDE QUESTION: What exactly does NULL do in an insert into? I can't find anything on this, so I was wondering: Does it set the value of the field to something that isn't already used by the same field in all of the other rows? Or is it just treated as 'nothing'.