cancel
Showing results for 
Search instead for 
Did you mean: 

How to use @@rowcount with an UNLOAD statement?

VolkerBarth
Contributor
0 Kudos
2,562

I'm using 16.0.0.2673 and want to count the records that are exported by an UNLOAD SELECT statement. So I'm querying the @@rowcount global variable right after the statement.

However, @@rowcount seems to ignore the UNLOAD statement, i.e. its value is unchanged by the UNLOAD statement.

So do I need to count the number of rows myself?

I could not find any documentation of @@rowcount related to UNLOAD.

Accepted Solutions (1)

Accepted Solutions (1)

VolkerBarth
Contributor
0 Kudos

All too often, I miss the chance to look at the documentation of newer versions...

That quote is from to v17 "What's New" section:

Enhancements to the UNLOAD statement
@@rowcount global variable now incremented during unloading
The UNLOAD statement now sets the @@rowcount variable to the number of rows unloaded. See UNLOAD statement.

So, for v16 and below, apparently I have to count myself...

Answers (0)