Microsoft
Software
Hardware
Network
Question : assigning select results to a variable
I will try to demonstrate my problem.
Say I have a query like this;
select * from Table1 where
Table1.Col1 in (Select Table2.Col2 from Table2)
or Table1.Col2 in (Select Table2.Col2 from Table2)
How can i assign "Select Table2.Col2 from Table2" part to a variable ?
Answer : assigning select results to a variable
or may be this:
select t1.* from Table1 t1 join table2 t2 on t1.col1=t2.col2 or t1.col2=t2.col2
Random Solutions
SBS 2008 DNS
ASP.NET change input value on button click from code behind
"Save As" dialog box - Capture "Cancel" button click event.
sql2000 changing float field to repeating decimal
Excel toolbar
Change backcolor in Access subform in Datasheet view
Access TRIM Field Name
I have downloaded the zip of windows 7 for 30 days evaluation version. but now i'm trying to write it to a DVD to make it to boot windows 7 to install in my laptop. i copied the files using nero 8.
Outlook 2007 Browser Link
Put Two Case conditions in same select statement - SQL Server 2005