From: Date: August 7 1999 1:08am Subject: INSERT help for a beginner. List-Archive: http://lists.mysql.org/mysql/9577 Message-Id: <37AB6B05.40EA6AE@i-find.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I am trying to INSERT form information into my table, but my form only adds information into some of the fields. The command should look something like this: INSERT [LOW_PRIORITY | DELAYED] [IGNORE] [INTO] tbl_name SET col_name=expression, col_name=expression, ... I tried this but it didn't work because I think I set my database up wrong. Can anyone step me through this process. Thanks. Zubin