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
MS Word 2007 :: Tables :: Prevent Page Break
Programatically create multiple paragraph to a Excel Cell
VB Data Entry Application without Microsoft Access
Wildcards in worksheet names/SUMPRODUCT range
Moving Exchange 2007 OAB's after migration to Exchange 2010
SBS 2003 Exchange Crash!
Can security be applied to a sharepoint view?
Remote Desktop between 2 Win XP Pro machines on a LAN. How much more simple could it be and how hard is it for me!
copy/paste capacity
ASP.Net/C# - GridView Checkbox template column how do I loop through checked rows?