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

  • SEARCH
  • Home
  • 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 using XML in sql server, and am having a problem
I'm working with SQL Server Reporting Services 2008, which is somewhat new to me,
currently I use DataSet to read data from ADO.NET SQL provider, but I read
being somewhat new to xml, I see examples where scripts are embedded within xml.
I'm building a web application in python. A part of this application is working
Here's an interesting problem. I have an ETL script written in c# that I
I am using Fluent-NHibernate (with automapping) to generate my tables but would like to
I've been working on this for days and I can't find a proper solution,
I've implemented a content management system that deals with a certain kind of object,
I'll start by saying that over the course of a few projects, I have

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.