GeekInterview.com
Series: Subject:
Question: 3 of 185

Single Select

In ABAP What is the difference between select single and select upto one row? Explain
Asked by: sankaran.ramaiah | Member Since Nov-2009 | Asked on: Jul 7th, 2010

View all questions by sankaran.ramaiah   View all answers by sankaran.ramaiah

Showing Answers 1 - 2 of 2 Answers
nitla

Answered On : Dec 28th, 2010

View all answers by nitla

select single:

It fetches single record from the database, based on the condition you specified in the where clause

select upto:
Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record.

  
Login to rate this answer.
Srikanth Golla

Answered On : Jul 20th, 2011

View all answers by Srikanth Golla

Select single * from table

It fetches single record from the database, based on the condition you specified in the where clause.

The 'SELECT SINGLE' statement selects the first row in the database that it finds that fulfills the 'WHERE' clause If this results in multiple records then only the first one will be returned and therefore may not be unique.

The 'SELECT .... UP TO 1 ROWS' statement is subtly different. The database selects all of the relevant records that are defined by the WHERE clause or lack of, applies any aggregate, ordering or grouping functions to them and then returns the first record of the resultant result set.

Where as select * from table up to 1 row
Fetches first record if the condition specified in the where clause is satisfied, otherwise it doesn't fetch any record.

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.