[Hidden-tech] Mind Puzzle For All You SQL Gurus

Gary Lyons glyons at betterway.net
Wed Dec 14 10:28:04 EST 2005


Ben,

The general form of the query should be :

SELECT * FROM TABLEA AS A LEFT JOIN TABLEB.ID = A.ID GROUP BY  
TABLEB.SOME_DATA ORDER BY TABLEB.SOME_DATA

If you give me the table schema I can do the actual query for you.

Gary Lyons

Ben Liyanage wrote:

>   ** Be a Good Dobee and help the group, you must be counted to post .
>   ** Fill out the survey/skills inventory in the member's area.
>I have a sql challenge for those of you who wish to accept it.
>
>I am trying to write a query on two tables, with a many to one relationship.
>Let us call the primary table A, and the foreign key table B.  For each
>record in table A, I would like 1 (and only 1) corisponding record from
>table B.  The 1 record should be the result of the top record from a sort on
>table B.
>
>The use of cursors will be considered cheating.  I think this is possible,
>but I am open to someone proving it is not as well.
>
>Good luck.
>
>Ben Liyanage
>ben at smartankgroup.com
>410.336.2464
>
>_______________________________________________
>Hidden-discuss mailing list - home page: http://www.hidden-tech.net
>Hidden-discuss at lists.hidden-tech.net
>
>You are receiving this because you are on the Hidden-Tech Discussion list.
>If you would like to change your list preferences, Go to the Members   
>page on the Hidden Tech Web site.
>http://www.hidden-tech.net/members
>
>
>
>  
>




Google

More information about the Hidden-discuss mailing list