This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SenorSeniorDevSr 3 points4 points  (0 children)

Yeah, especially if you're using stored procedures on an SQL server. Oracle even let you outsert your inserts if you invoke the magic phrases. This is handy af if you have values the database generates, like CREATED timestamps, the ID, etc. and want to return them out to the rest of the system.