-
Contributing Member
SQL query to populate table
Hi,
Can one let me know how to solve the below query..
There are two tables
table a and
table b
write the query to populate the table which has more than 50 rows
-
Expert Member
Re: SQL query to populate table
Try this
select table_name,num_rows from user_tables where num_rows>50
-
Re: SQL query to populate table
Please give a try to home work questions and post here before asking for help.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules