From: Jochen Haeberle Date: March 16 1999 1:56pm Subject: Can I get a field when inserting a row? List-Archive: http://lists.mysql.com/mysql/322 Message-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" Hi, I am no SQL professional so I am struggling with the following: I have a table "Items" that has a column ID which is autoincrementing and my primary key. Is there any way to know the ID for a new row to this table? Jochen