dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

How to enter more data in a query using TOAD ??? - Oracle Tools

This is a discussion on How to enter more data in a query using TOAD ??? - Oracle Tools ; HERE IS THE QUERY .... SELECT TAB111_ID FROM TAB222, TAB111 WHERE TAB111_PIDM = TAB222_PIDM AND TAB111_CHANGE_IND IS NULL AND TAB222_SSN IN ('040402918', '040501664', '040866813', '041407563', '041485615', '041606120', '041708444', '041768392', '041780596') In the above query, the TAB222_SSN gives me the respective ...


Home > Database Forum > Oracle Database > Oracle Tools > How to enter more data in a query using TOAD ???

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 08-04-2009, 11:22 AM
Database Newbie
 
Join Date: Aug 2009
Posts: 1
manisekar is on a distinguished road
Default How to enter more data in a query using TOAD ???

HERE IS THE QUERY ....

SELECT TAB111_ID
FROM TAB222, TAB111
WHERE TAB111_PIDM = TAB222_PIDM
AND TAB111_CHANGE_IND IS NULL
AND TAB222_SSN IN ('040402918',
'040501664',
'040866813',
'041407563',
'041485615',
'041606120',
'041708444',
'041768392',
'041780596')

In the above query, the TAB222_SSN gives me the respective TAB111_ID . But i am restricted to 999 only. Once i have to use more , i have to use OR statement. But i like to know whether any one can help me to retrieve 40k data, in a simple way.

thanks,
Mani.
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 08:40 AM.