|
S
|
steviechan83 author 8/17/2006 |
|
I think the problem is with the GROUP BY |
|
|
|
Alexey admin 8/18/2006 |
|
Steve, CREATE VIEW v_phonenumber as select call_id, company_id, To_days(max(Date))-to_days(NOW()) as "Last Contacted", max(Date) as "Last Contacted Date", ...
|
|