Multiple subquery results
danielb - April 6, 2009 - 06:04
| Project: | Ecommerce Node Access Product |
| Version: | 6.x-2.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
line 970
$sql .= " WHERE entry_date = (SELECT MAX(entry_date) FROM {ec_nodeaccess_products} GROUP BY nid LIMIT 0, 1)";

#1