after I perform an insert to a temporary table i would like to get the number of affected rows (how many rows i insert to the table).
what's the equivalent command of mysql_affected_rows() in SQL?
ROW_COUNT() returns -1;
using Mysql Server 5.1
thanks