|
-
Sep 10th, 2002, 10:45 AM
#1
Thread Starter
Frenzied Member
help with a query
I have two tables, each with three fields. Each table has a vendor field, but there not going to be identical. I need to search through the vendors if I can find a partial match. I've tried...
SELECT table1.vendor, table2.vendor
FROM table1, table2
WHERE table1.vendor = '%table2.vendor%'
I put in a dummy field that I knew would match just to make sure, but it still didn't return anything...any advice?
thanks,
eye
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|