Hi,
If I create a pivot table using a view in SQL Server, would the corresponding LLBLGen entity be updatable as per normal?
Cheers, I.
PIVOT queries are aggregate queries, so updating the underlying data isn't possible.
Did it with triggers.
indeed.