How to retrieve the next value from identity column of a table

Syntax:
Select Ident_Current('table name here') +1

Example:
Select Ident_Current('Inquiry') +1

No comments:

LinkWithin

Related Posts with Thumbnails