Possible Duplicate:
SQL Server: Get Top 1 of Each Group
I have 2 tables in MS SQL. One of tblProducts and tblProductsImage.
And all products have min. 2 pictures. But I want to show only first image, every product.
What can I do this INNER JOIN and SELECT command.