Forum: MS SQL May 12th, 2008 |
| Replies: 6 Views: 1,433 @tesuji... the documents must be in separate tables since they will have different fields... the ones I've shown are just to illustrate the problem. Thank you for your help. :)
@huangzhi...... |
Forum: MS SQL May 10th, 2008 |
| Replies: 6 Views: 1,433 Thanx for your reply hollystyles,
I've made a typo... the second column name on tables tDocumentsA ... tDocumentsD should read contact_id and not user_id, so tDocumentsA.user_id =... |
Forum: MS SQL May 9th, 2008 |
| Replies: 6 Views: 1,433 Hello all,
I'm having some problems with joins in SQL. I hope someone here can help me out a little bit. I'm using MS SQL 2000 Server.
I have the following tables & data:
Table: tUsers
... |