Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 847807
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T06:50:46+00:00 2026-05-15T06:50:46+00:00

Somewhat new to SQL queries and I need a little help with my join.

  • 0

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

alt text

alt text

Anyone able to help?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T06:50:47+00:00Added an answer on May 15, 2026 at 6:50 am

    I’m going to guess:

    select wp_ngg_gallery.name, wp_ngg_pictures.filename
    from wp_ngg_gallery, wp_ngg_pictures
    where wp_ngg_pictures.galleryid = wp_ngg_gallery.gid
    order by wp_ngg_pictures.imagedate DESC 
    limit 0,1
    

    If there’s a specific GID you want, you could do:

    select wp_ngg_gallery.name, wp_ngg_pictures.filename
    from wp_ngg_gallery, wp_ngg_pictures
    where wp_ngg_pictures.galleryid = wp_ngg_gallery.gid
    and wp_ngg_gallery.gid = $gid
    order by wp_ngg_pictures.imagedate DESC 
    limit 0,1
    

    (The $gid is valid if you’re query is a string in PHP, you didn’t say, though, if that’s what you’re using)

    It’s not clear if wp_ngg_pictures.galleryid is a foreign key to wp_ngg_gallery.gid but it’s the most likely choice given the info you supplied. If it’s not (if you can have galleries with no images), you might want to modify the other guy’s query (using the outer join) by adding and wp_ngg_gallery.gid = $gid to it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm somewhat new to SQL and need help with query syntax. My issue involves
I'm somewhat new to SQL queries, and I'm struggling with this particular problem. Let's
I'm somewhat new to the ASP.NET MVC architecture and I'm trying to sort out
Does VS2008 have somewhat C++0x standard support? DUPLICATE Visual Studio support for new C
I'm about to start working on a new project at a somewhat new job,
We need to display the result of an SQL SELECT statement on a ASP.NET
Being new to Linq-to-SQL, I ran into one of it's Gotchas today and I
I will preface the question by saying that I am somewhat new to the
I'm still somewhat new to WPF (only done a few small projects with it).
I am somewhat new to using JPA -- I'll put that out there right

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.