Syntax:
Press CTRL+C to copy count = ccnx.affected_rows()
count = ccnx.affected_rows()
Returns the number of rows changed, inserted, or deleted by the most recent UPDATE, INSERT, or DELETE statement.
UPDATE
INSERT
DELETE