You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"SELECT NEW abc.ProductWithSales(product.name, product.price, product.category, (SELECT SUM(row.sum) FROM SaleRow row WHERE row.product = product.id)) FROM Product as product"
produces
select count(row) FROM SaleRow row WHERE row.product = product.id)) FROM Product as product
which is nonsense
The text was updated successfully, but these errors were encountered:
Given for instance
produces
which is nonsense
The text was updated successfully, but these errors were encountered: