vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Try select gen_key from final table(insert into your_table (columns) values (values)) That is, select the generated key as part of the insert statement. I really, really like that feature. -Chris |
| |||
| Chris wrote: > Try > > select gen_key from final table(insert into your_table (columns) values > (values)) > > That is, select the generated key as part of the insert statement. > > I really, really like that feature. > > -Chris > Thank you very much. No doubt it is implied by the fine manuals, but I sure didn't find it in the *[Ii]dent* samples in the samples directory. |