I\'m trying to perform a SQL query through a linked SSAS server. The initial query works fine:
SELECT \"Ugly OLAP name\" as \"Value\" FROM OpenQuery( OLAP,
Oh, bummer. I just saw, you select AS FOO. Don't you need a HAVING claus in this case?
SELECT whatever AS value FROM table HAVING value > 1;
I still would not use "value". But to be sure, look it up in your docs!