You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MS SQL has a specific way for definition of returning values. It is similar to Postgres' RETURNING ID but should be placed in the middle of the query, so suffix is not applicable.
What about adding of some generic method which can be used for specification of returning value for all kind of drivers?
It could be complex since the query clause which specifies it can be related to different parts of the query depending on SQL dialect.
MS SQL has a specific way for definition of returning values. It is similar to Postgres'
RETURNING ID
but should be placed in the middle of the query, so suffix is not applicable.Example (from stackoverflow):
The text was updated successfully, but these errors were encountered: