Viewing 5 posts - 1 through 5 (of 5 total)
Thank you. I am new to MDX queries, but this is what I want to do:
select a, b, c from example where a in ('123',345','5678') standard sql
I don't know...
September 8, 2008 at 9:55 am
Thank you. I am new to MDX queries, but this is what I want to do:
select a, b, c from example where a in ('123',345','5678') standard sql
I don't know...
September 8, 2008 at 9:46 am
Hello Steve,
Any ideas on how to change a sql statement:
select a, b, c, d from users where userid in ('123','456','789')
so what I am trying to do is pass multiple...
September 8, 2008 at 9:26 am
Did you ever figure out this issue/ If so can you please post your soultion
Your help is greatly appreciated
September 4, 2008 at 4:59 pm
Can you give an example of the in this is my code below and it throws an error everytime:
=" SELECT NON EMPTY { [Measures].[Amount] } ON COLUMNS, NON EMPTY {...
September 4, 2008 at 4:51 pm
Viewing 5 posts - 1 through 5 (of 5 total)