Help creating a SQL Query
        Posted  
        
            by Wes
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wes
        
        
        
        Published on 2010-06-07T19:38:24Z
        Indexed on 
            2010/06/07
            19:42 UTC
        
        
        Read the original article
        Hit count: 219
        
Somewhat new to SQL queries and I need a little help with my join.
I am supplied with gid
For each of these I need to grab name from table wp_ngg_gallery
then join in table wp_ngg_pictures and grab field filename limit 1 order DESC by field imagedate
Anyone able to help?
© Stack Overflow or respective owner