Hi,
I'm trying to do a simple query, which must be doable, but I can't get my head around it. I just want a query to count the number of rows in every table in a schema, with the output looking something like
table_name | row count
tablename1 | 213
tablename2 | 0
tablename3 | 50
etc...
Any ideas
I'm trying to do a simple query, which must be doable, but I can't get my head around it. I just want a query to count the number of rows in every table in a schema, with the output looking something like
table_name | row count
tablename1 | 213
tablename2 | 0
tablename3 | 50
etc...
Any ideas