|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Select Statement
From: Velen (velen
biz-mu.com)
Date: Mon Mar 10 2008 - 07:19:42 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
I need to write up a select statement something like:
Select a.supcode,a.code,b.desc,sum(c.qty),c.dept where a.supcode=b.supcode
and a.code=c.code and a.code=b.code and c.dept between $tring1 and $tring2.
group by supcode
This is fine but the problem is that there is duplicate supcode in a.
When running this query I often have c values which does not relate to
supcode.
Anyone can help?
Thanks
Velen
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]