In Redshift, how can I get an accurate insert count from stl_insert?

后端 未结 0 1049
Happy的楠姐
Happy的楠姐 2021-01-16 00:44

I\'m attempting to get an insert count for a particular insert query using the following:

select sum(rows)
from stl_insert
where query=45441987;
相关标签:
回答
  • 消灭零回复
提交回复
热议问题