Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
int sasql_affected_rows( sasql_conn $conn )
返回受上一 SQL 语句影响的行数。此函数通常用于 INSERT、UPDATE 或 DELETE 语句。对于 SELECT 语句,使用 sasql_num_rows 函数。
$conn 由连接函数返回的连接资源。
受影响的行数。