Viewing 6 posts - 1 through 6 (of 6 total)
Thanks for your help.I have made little bit change in your query.
1) I pur "or" as against "and"
2) If my search is with int datatype then your query is perfect...
August 31, 2010 at 12:32 pm
This query works but My search would be anything.for e.g. my data is white and my search is just wh then "=" is not worked so i think i need...
August 31, 2010 at 11:16 am
It make query for each column.I don't want this thing.
Eg. If I want to search computer from selected 9 to 10 tables. It can be anywhere like any columns.How can...
August 31, 2010 at 9:37 am
Are you online right now? my hotmail id is hozefaunwala@hotmail.com.If possible I want to do chat with you.Thanks
August 31, 2010 at 9:32 am
Thanks.This is my join
select distinct
table1.col1,table1.col2,table1.col3,
table1.col4,
table1.col5,table1.col6,table1.col7,
table1.col8,table1.col8,
table1.col9,table1.col10,table1.col11,table1.col12,
table2.col1,table2.col2,table2.col3,
table2.col4,table2.col5,
table3.col1,
table3.col2,table3.col3,table3.col4,table3.col5,table3.col6,
table4.col1,table4.col2,table4.col3,table4.col4,
table5.col1,table5.col2,table5.col3,
table6.col1,table6.col2,table6.col3,
table6.col4,table6.col5,
table7.col1,table7.col2,
table8.col1,table8.col2,
table9.col1,table1.col2
from
table1
left outer join table8
on table1.col1=table8.col1
left outer join table7
on table1.col1=table7.col1
left outer join table6
on table1.col1=table6.col1
left outer join table5
on table1.col1=table5.col1
left outer join table2
on table1.col1=table2.col1
left outer join table3
on table2.table2SN=table3.table2_ChildSN
left outer...
August 31, 2010 at 9:27 am
Thanks for your reply But I have 9 to 10 tables and almost each table has 10 to 12 columns. So just think how much big query it is? and...
August 31, 2010 at 9:17 am
Viewing 6 posts - 1 through 6 (of 6 total)