Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回下次同步时将上载的行数。
COUNT_UPLOAD_ROWS( pubs,threshold)
pubs 以逗号分隔的要检查行的发布列表。
threshold 要计数的最大行数(值 0 对应于最大限制)。
INT
SQL/2008 服务商扩充。
以下语句返回将在 mypub1 和 mypub2 中上载的总行数:
SELECT COUNT_UPLOAD_ROWS('mypub1,mypub2', 0);