|
-
Oct 4th, 2010, 01:37 PM
#5
Thread Starter
Member
Re: How to display or query this?
 Originally Posted by funkydexter
i think you just want:-
Code:
select s.itemno, i.itemname, s.itemid, s.qty
from structure s
inner join table1 i
on s.itemno = i.itemno
yeah almost but,,,,, it show the item name of column1 it should be the item name of column 2 sir...
Thanks anyway.. But i need more little help
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
|