Forum: MySQL Dec 21st, 2007 |
| Replies: 2 Views: 855 Re: nested mysql I have now solved it as follows.
SELECT table_A.company_ID AS company, COUNT( * ) AS total, SUM(size_value) AS size, table_B.qbook_ID, table C.company_ID, table_C.company_name FROM... |
Forum: MySQL Dec 20th, 2007 |
| Replies: 2 Views: 855 nested mysql Hi.
I am fairly new to mysql, so help is appreciated.
I have two tables and I wish to count some results from two tables and combine them onto one row, and then join an ID to another table.
The... |