Partners & Affiliates














[PHP-DB] Select into From: Bernie Huang (bernie.huang <email protected>)
Date: 11/17/00

Hello,

I have an SQL "select ... into temp table ...;". Normally, when we
execute "select" using pg_exec(), we can always fetch number of rows
using pg_numrows(). But, when I use pg_numrows() after executing
"select into", it returns 0 rows.

Is there a way to find out number of rows immediately without using
"select * from temp_table"?

Thank you.

- Bernie

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-db-unsubscribe <email protected>
For additional commands, e-mail: php-db-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>