Please use our links: LEGO.com • Amazon
Recent discussions • Categories • Privacy Policy • Brickset.com
Brickset.com is a participant in the Amazon Services LLC Associates Program, the Amazon.com.ca, Inc. Associates Program and the Amazon EU Associates Programme, which are affiliate advertising programs designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.
As an Amazon Associate we earn from qualifying purchases.
Comments
I hoped in something like a download page, or something similar.
PS: could someone fix the error in the title of the topic? I don't find the way to do that!
Or perhaps is it impossible to obtain what I need?
SELECT Theme, Subtheme, Number, SetName, YearFrom FROM SETS
WHERE (Theme IS NOT NULL) AND (Subtheme IS NOT NULL) AND (Number IS NOT NULL) AND (SetName IS NOT NULL) AND (YearFrom IS NOT NULL)
ORDER BY Theme ASC, Subtheme ASC
and export the data back out to you.
If you want to see the query I designed, it's here: http://www.brickset.com/search/advanced/run/?q=1268
Good luck!
The_Iveys
Thanks!