sql and linq query

Posted by ile on Stack Overflow See other posts from Stack Overflow or by ile
Published on 2010-03-31T10:48:23Z Indexed on 2010/03/31 10:53 UTC
Read the original article Hit count: 392

Filed under:
|
|

Database has tables Photos and PhotoAlbums. I need query that will select all albums and only one photo from each album. I need SQL and LINQ version of this query. Thanks in advance.

© Stack Overflow or respective owner

Related posts about sql

Related posts about linq-to-sql