top | item 23520774

(no title)

xeonoex | 5 years ago

> You know ahead of time how many items you're trying to insert, it would be completely pointless to return that.

In simple CRUD cases yes. In many other scenarios, you might not. If your insert is a select statement, with joins and clauses, you can easily insert too much data, or no data at all.

discuss

order

No comments yet.