Comments
-
Fixed by naming column 1. But why is this needed now? Also the name seems to matter. In another query `datas` works as a column name, but a more descriptive `grpnames` does not and throws the same no column name specified error. ${SQL: Select 'Triggered in the last 7 days: '+ cast(Last_7 as varchar(max))+CHAR(13)+CHAR(10)…