Thread
:
Oracle...(count no of record in table without using count function)
View Single Post
13-11-08, 12:22 PM
#
2
(
permalink
)
ka.vetrivel
Junior Member
Join Date: Nov 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power:
2
Re: Oracle...(count no of record in table without using count function)
Hi Dear,
try it max(rownum)
select max(row) from table_name
with Regards,
Vetrivel Karuppan
Offline
ka.vetrivel
View Public Profile
Find More Posts by ka.vetrivel