Last updated 1 year ago
Was this helpful?
The Cinchy system values covered in this section:
The @cinchy_row_id function returns the cinchy ID of the last-inserted row.
select @cinchy_row_id
INSERT INTO [Contacts].[People] ([First Name],[Last Name]) VALUES ('John','Smith') select @cinchy_row_id