Quantcast
Channel: SCN : Popular Discussions - SAP Business Process Automation by Redwood
Viewing all articles
Browse latest Browse all 1466

selecting top 100 rows in query

$
0
0

Hi All,

 

I got stuck in writing query to fetch 100 records at a time.

Here is what I have tried.

 

select JobDefinition.* from JobDefinition LIMIT 100

 

 

select Top 100 JobDefinition.* from JobDefinition

 

 

select JobDefinition.* from JobDefinition FETCH FIRST 100 ROWS ONLY

 

All the above queries ended with sql exception.

Any pointers are really helpful.


Viewing all articles
Browse latest Browse all 1466

Trending Articles



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