Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sherin
Starting Member
3 Posts |
Posted - 2006-05-05 : 08:19:51
|
how to write subqueries in MDXIn SQL it would be something like this CREATE PROCEDURE sp_proc@param1 varchar(55)asSelect id,name from table1 where id in(SELECT distinct e_id FROM table2WHERE field=@param1)goHOW TO IMPLEMENT THIS FUNCTIONALITY IN MDXplease help. URRRGENT |
|
|
|
|