IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Can we use where clause while fetching the records


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ritesh pandey

New User


Joined: 09 Feb 2007
Posts: 11
Location: Pune

PostPosted: Mon Sep 15, 2008 6:02 pm
Reply with quote

Can we use where clause while fetching the records from db2 through cursor in db2?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Mon Sep 15, 2008 6:09 pm
Reply with quote

yes.

keep in mind, that for embedded sql, a cursor is the only way to return more than one row.

so the difference between a cursor and a singleton-select is the expected return for a singleton-select is no more than one row.

so, anything that you can code for a singleton-select you can code for a cursor.

update cursors are only restricted in that you can not order them.
Back to top
View user's profile Send private message
Siddharth Bahirsheth

New User


Joined: 23 Jul 2007
Posts: 16
Location: Mumbai

PostPosted: Mon Sep 15, 2008 6:38 pm
Reply with quote

I think he mean to say..a FETCH CURSOR query ...Can we use a where clause in a FETCH CURSOR .
Back to top
View user's profile Send private message
Shobana Bhaskar

New User


Joined: 02 Mar 2007
Posts: 35
Location: Pennsylvania, US

PostPosted: Tue Sep 16, 2008 2:22 am
Reply with quote

You have to include WHERE clause in DECLARE CURSOR statement. You cannot have in FETCH statement. Fetch statement will get the values from table for the filters (WHERE clause) defined in DECLARE CURSOR statement.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Join multiple records using splice DFSORT/ICETOOL 5
Search our Forums:

Back to Top