You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by lei liu <li...@gmail.com> on 2011/04/11 15:46:31 UTC

how to receive row numbers about inserting data into Hive Tables from queries sql

I use JDBC to connection hive server. I run insert clause, example: insert
overwrite table test1 select * from test ,  how can I receive the row
numbers of the sql?

I use hive0.6 version.


Thanks,

LiuLei