Page is a not externally linkable
bmimatt - 6:50 pm on Aug 4, 2010 (gmt 0)
@LifeinAsia
MySQL allows partial inserts using SET, as long as it does not collide with certain indexing schemes. It is common practice to omit auto_increment fields in INSERT statements - MySQL figures these things out on the fly. On the flip side, you can send 'NULL' or '' (empty string) as stand-ins for auto_increment field values with the same result.