# Rows inserted in 'Insert into Table Select * from Table' Stmt #406
-
|
@jeffreyaven Is there a way to figure out the # Rows inserted in 'Insert into Table Select * from Table' Stmt in Pystackql |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
don't believe we have this feature at the moment, but it is a good request, can you comment @general-kroll-4-life |
Beta Was this translation helpful? Give feedback.
-
|
actually we can add this to can you raise a feature request in |
Beta Was this translation helpful? Give feedback.
-
|
Hey @vwake7 pystackql/3.6.2 now includes a |
Beta Was this translation helpful? Give feedback.
actually we can add this to
pystackql@vwake7 by counting the stderr lines back from theexecuteStmtmethod, e.g.