| http://www.w3.org/ns/prov#value | - RETURNING ..., similar to what PostgreSQL already implemented with success.Here is an example, it allows you to retrieve the generated value of the autoincrementing column in one pass (hope this will be quickly integrated in the php extension for Firebird).SQL> select * from new_one; COL1 COL2============ ========== 1 pluto 2 COL2 3 COL2SQL> insert into new_one(col2)
|