Forum: MS SQL Jul 2nd, 2009 |
| Replies: 1 Views: 311 I have a table name Project(id,projectid,date)
-----------------------------------------------------------
id | projectid | date
1 | 9 | 2009-02-03
2 | 9 |... |
Forum: MS SQL May 24th, 2009 |
| Replies: 2 Views: 489 Hi! all
Let me explain the problem:-
I have two tables A(aid,aname,adesc),B(bid,aid,bdesc).
I want a query which will extract all records of 'aid' in 'B'.
means
aid bid aname bdesc
1 1 ... |