Re: [SQL] is it possible to get the number of rows of a table?

2001-09-27 Thread Haller Christoph
I would like to compare the number of rows of one table and of another and use it in a query like this: SELECT * FROM WHERE number of rows of table EQUALS number of rows of table i.e. I only want get a query result if the tables

[SQL] is it possible to get the number of rows of a table?

2001-09-26 Thread Frederick Klauschen
I would like to compare the number of rows of one table and of another and use it in a query like this: SELECT * FROM WHERE number of rows of table EQUALS number of rows of table i.e. I only want get a query result if the tables have the same

Re: [SQL] is it possible to get the number of rows of a table?

2001-09-26 Thread Wei Weng
This should be really easy to implement in a function yourself. And I don't think there is already something similar in pgsql. == Wei Weng Network Software Engineer KenCast Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Frederick