![]() |
| ||
| querry problem I'd like to make a querry prom 2 tables that have the same information. Tables have only one column named "fish". I'd like to create a querry that will show me every combination from first table with the second table (in 2 separate columns). For example: My table contains: A,B,C. I'd like to get in the querry the following info: column1 column2 A A A B A C B A B B B C C A C B C C it would be great if in the querry i could eliminate the AA,BB and CC :). Thanks in advance |
| ||
| Re: querry problem IF OBJECT_ID('Table1', 'U') IS NOT NULL DROP TABLE Table1Results: (1 row(s) affected) |
| All times are GMT -4. The time now is 2:57 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC