Sub-Queries , count table name n records [message #296925] |
Tue, 29 January 2008 08:55  |
adilsami
Messages: 46 Registered: October 2007
|
Member |
|
|
hi there,
i need to get the TABLE NAME , TOTAL RECORDS in every table
shown like this using Sub-Queries:
ive found other ways to do that.. but i want to do it using the Sub-Queries ... NEED Help
.....................
Table Name-----Total Records
aaa------------------------- 10
bbb------------------------- 10
ccc------------------------- 11
|
|
|
Re: Sub-Queries , count table name n records [message #296928 is a reply to message #296925] |
Tue, 29 January 2008 08:59   |
 |
Michel Cadot
Messages: 68737 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Post what you already tried.
Of course the question, why you want to do it with subqueries is silly?
By the way, read OraFAQ Forum Guide, especially "How to format your post?" section.
Make sure that lines of code do not exceed 80 characters when you format.
Indent the code.
Use the "Preview Message" button to verify.
Always post your Oracle version (4 decimals).
Regards
Michel
[Updated on: Tue, 29 January 2008 09:00] Report message to a moderator
|
|
|
|
|
|
|