Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10473

Re: how to display last 10 records in crystal reports

$
0
0

Just another way is to handle this at query-level using the command SQL object ( Add Command feature).

 

for e.g in Oracle:

 

select * from (select * from table_name1 group by column_name desc) table_name2

where rownum < = 10

order by rownum desc

 

-Prathamesh


Viewing all articles
Browse latest Browse all 10473

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>