the symbol correct is ' != ' ( sqlserver 7.0)
god luck
"Ernesto LEITE via SQLMonster.com" <forum (AT) nospam (DOT) SQLMonster.com> escribió en
el mensaje news:9e870b3208f44d33a599497a534a2169 (AT) SQLMonster (DOT) com...
Quote:
Hello.
I'm trying to create a local cube from Analysis Service using Create Cube
Syntax.
Everithing works perfectly except one thing. I can't put in the select
WHERE clause the '<>' symbol. But the '=' symbols works fine.
Example :
'CREATE CUBE xxx'
'INSERT INto xxx'
'Select xxx FROM MYCUBE WHERE {[MYCUBE].[myDIMENSION] <> 'USA')
Could anyone tell me which symbol I have to use to exclude 'USA' dimension
from my Local Cube.
Thanks! |