Hello.
Here's the question :
1 database, lets call it "Data"
3 data tables, T1, T2, T3
All tables have the same columns : ID, F1, F2, ... Fm
How will i select fields F1, F2,...,Fn from all tables with a common for all
tables limitation on ID, eg: 100< ID < 200 ?
If i want an additional crieteria, eg: F20>1000 how will i do it?
What are the SQL commands in both cases?
I hope the problem is understood.
I am using SQL Server 2000 and VB.net
Thanks in advance,
Vasilis.
|