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 146761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:39:39+00:00 2026-05-11T08:39:39+00:00

I should have paid more attention in relational databases class, so I need some

  • 0

I should have paid more attention in relational databases class, so I need some help.

I have a table structured like so (there’s more, but I’m only posting relevant info):

+------------------+-------------+------+-----+-------------------+-------+ | Field            | Type        | Null | Key | Default           | Extra | +------------------+-------------+------+-----+-------------------+-------+ | session_id       | char(32)    | NO   |     | NULL              |       | | file             | varchar(30) | NO   |     | NULL              |       | | access_time      | timestamp   | NO   |     | CURRENT_TIMESTAMP |       | +------------------+-------------+------+-----+-------------------+-------+` 

I want to select the file field of the record with the greatest access_time for each session_id. So pretty much the last page visited in each session.

I’ve tried countless combinations of DISTINCT and the GROUP BY clause, but I can’t seem to wrap my head around it for some reason. I’m using MySQL. Help please.

  • 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. 2026-05-11T08:39:40+00:00Added an answer on May 11, 2026 at 8:39 am

    I know this will work in SQL Server, and it should port to MySQL.

    select session_id, timestamp, file  from table t1 join (select session_id, max(timestamp) as timestamp)          from table group by session_id) as t2    on t1.session_id = t2.session_id      and t1.timestamp = t2.timestamp 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My Thumbnails should have some shadows, I'd like to do this with some absolutely
I know that I should have schema of a table before calling NewRow method
I have a problem with my FromView. I would like to show some data
I have this quite long query that should give me some information about shipments,
I have a scenario like this: There are two tables table1 and table2 .
I would just like to find out from some more experienced developers what the
I have some experience of Objective-C/Cocoa programming on Mac and I'd like to start
I have developed some software(vb.net) that records fees paid by the students. The purpose
I have a UIButton that should have 2 statuses - Play and Pause; i.e.
I have a text file with text that should have been interpreted as utf-8

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.