T
Tavish Muldoon
Hello,
I have a dataset with 2 tables. I want to display only selected data
from one of these tables.
The table names are Albums and Tracks. That Dataset is called
AlbumsTracks
If I only wanted to select those tracks that had a common AlbumID as
those in Albums - how would I get this out of a dataset?
Pseudo code:
Select * from Tracks where AlbumID=Albums.AlbumID
from Dataset Albums tracks.
Syntax? Or is there a smarter method?
Thanks,
Tmuld.
I have a dataset with 2 tables. I want to display only selected data
from one of these tables.
The table names are Albums and Tracks. That Dataset is called
AlbumsTracks
If I only wanted to select those tracks that had a common AlbumID as
those in Albums - how would I get this out of a dataset?
Pseudo code:
Select * from Tracks where AlbumID=Albums.AlbumID
from Dataset Albums tracks.
Syntax? Or is there a smarter method?
Thanks,
Tmuld.