http://qs321.pair.com?node_id=6753


in reply to Re: Reading from a file
in thread Reading from a file, writing to a database

Actually, that is a valid insert statement. The field names specified after the 'INSERT INTO NEW' specifies which fields to insert into, saving the insert statement from having to provide initial values for each field in the database, and making it a lot easier to manage if a field with a default were to get added later on.