in reply to Re: Inserting values into a MySQL database
in thread Inserting values into a MySQL database
Update: According the the MySQL doc for INSERT, the column names are indeed optional. This is a bad practice, however, since it will break your code whenever you change a table. My recommendation is to always explicitly name columns.
|
|---|