[Virtuoso-users] Virtuoso SQL, how can I get the last insert ID? (dentity)

2010-08-24 Thread Matthew Tedder
Normally I'd use a PDO function for this but it says it isn't supported for this database.. I am trying to migrate data over from SQL server and other sources but need to adjust table relationships to new identity keys. Matthew C. Tedder Software Engineer Clinical and Translational

Re: [Virtuoso-users] Virtuoso SQL, how can I get the last insert ID? (dentity)

2010-08-24 Thread Patrick van Kleef
Hi Matthew, Normally I’d use a PDO function for this but it says it isn’t supported for this database.. I am trying to migrate data over from SQL server and other sources but need to adjust table relationships to new identity keys. I think you are looking for the identity_value()