Get table ID after insert with ColdFusion and MySQL

前端 未结 5 440
遥遥无期
遥遥无期 2021-01-04 02:33

My normal process for inserting into one table and then getting the ID back so that I can insert into another table is like this in MSSQL:

DECLARE @transacti         


        
5条回答
提交回复
热议问题