Re: querry..

2001-05-31 Thread Diana_Duncan
by: Subject: querry.. root@fatcity. com

RE: querry..

2001-05-31 Thread Greg Solomon
-LSubject: querry.. hi list, how can i select two columns from a table based on condition that they are selected in specified combinations. let me.. table 1 has 2 columns col1, col2. both cols have values , say, alphabets. a,b,c,d,e,f,... i'want to select like

Re: querry..

2001-05-31 Thread Pritam
Hey Saurabh, try using dynamic query as per your requirement. pp. hi list, how can i select two columns from a table based on condition that they are selected in specified combinations. let me.. table 1 has 2 columns col1, col2. both cols have values , say, alphabets. a,b,c,d,e,f,...

RE: querry..

2001-05-31 Thread Bala, Prakash
Saurabh, If you know your exact conditions and they don't change, you can write a select statement representing each combination and finally have a 'union' of all your sqls. HTH Prakash -Original Message- Sent: Thursday, May 31, 2001 4:50 AM To: Multiple recipients of list ORACLE-L

QUERRY DOUBT..

2001-05-25 Thread Saurabh Sharma
hi all, i've a querry that is to find out what all columns have constraints applied on them. giving the table_name,column_name,constraint name and constraint type. the querry goes like.. select a.table_name,b.constraint_name,b.constraint_type,c.column_namefrom user_tables

RE: QUERRY DOUBT..

2001-05-25 Thread Seley, Linda
12:46 AMTo: Multiple recipients of list ORACLE-LSubject: QUERRY DOUBT.. hi all, i've a querry that is to find out what all columns have constraints applied on them. giving the table_name,column_name,constraint name and constraint type. the querry goes like.. select

Re: QUERRY DOUBT..

2001-05-25 Thread Saurabh Sharma
THANKS A LOT, Seley the querry works absolutely fine. instead i've created a view. which can be easier to querry. and it also let me able to devise way for finding each individuals' report. thanks again. saurabh sharma - Original Message - From: Seley, Linda