@@Rowcount is used to display the number of rows affected by last SQL statement.
@@Error displays the error number for the last SQL statement executed. The value is zero,if there is no error.
@@identity returns the last inserted identity value.
No comments:
Post a Comment