1) Fire a simple sql query for deleting single record e.g delete from actor where actor_id=11.
2) it will delete this particular record but will display warning message 0 record(s) affected.
3) create a new function or drop a function it will display message 0 record(s) affected.
Same exist in ADS 12
This works as designed. If you do not want to display records affected, go to File->Options->Results->Text Results and uncheck Display query statistics.
Issue #8152 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
This works as designed. If you do not want to display records affected, go to File->Options->Results->Text Results and uncheck Display query statistics.