puoi farlo facilmente usando lo stesso LAST_INSERT_ID()
.
INSERT INTO thetable (id, value)
VALUES (LAST_INSERT_ID(126), 'some data');
SELECT LAST_INSERT_ID(); -- returns 126
puoi farlo facilmente usando lo stesso LAST_INSERT_ID()
.
INSERT INTO thetable (id, value)
VALUES (LAST_INSERT_ID(126), 'some data');
SELECT LAST_INSERT_ID(); -- returns 126
Sostituzione delle partizioni di tabelle in SQL Server:una procedura dettagliata
Come visualizzare più query e risultati affiancati in SQL Server Management Studio (SSMS) - Tutorial SQL Server/TSQL Parte 14
Come distribuire Teamcity con PostgreSQL per un'elevata disponibilità
Complessità NULL – Parte 4, Vincolo unico standard mancante