mariadb/mysql-test/t/identity.test
2001-09-10 17:30:29 -06:00

2 lines
64 B
Text

select last_insert_id(345);
select @@IDENTITY,last_insert_id();