Error: select command denied to user ”@” for table ”
I’m sure the original poster’s issue has long since been resolved. However, I had this same issue, so I thought I’d explain what was causing this problem for me. I was doing a union query with two tables — ‘foo’ and ‘foo_bar’. However, in my SQL statement, I had a typo: ‘foo.bar’ So, instead of … Read more