SQL Server Reporting Service - Reference another dataset? -


i have 2 datasets in sql server 2008 reporting services report. need attach clause second 1 contain value first one. how should write second query?

if understand asking, should run sub query within clause.

select title books author_id in (select id authors);


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -