Re: Using the last_insert_id() function

2007-06-02 Thread Baron Schwartz
Hi, gwh wrote: Hi everyone, I¹m trying to figure out the best sequence to enter data into my database (the SQL code for the structure is included below). If I have a number of tab delimited .txt files containing the data for the different tables, I thought as a first step I could use the

Using the last_insert_id() function

2007-06-01 Thread gwh
Hi everyone, I¹m trying to figure out the best sequence to enter data into my database (the SQL code for the structure is included below). If I have a number of tab delimited .txt files containing the data for the different tables, I thought as a first step I could use the following code to