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

Ask A Question

Stats

  • Questions 254k
  • Answers 254k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Fiannly figured out the answer: add the following to /etc/initscript… May 13, 2026 at 10:04 am
  • Editorial Team
    Editorial Team added an answer I DID export my ER Model to SQL Server database… May 13, 2026 at 10:03 am
  • Editorial Team
    Editorial Team added an answer I believe the default CSS for lists in IE is… May 13, 2026 at 10:03 am

Related Questions

Does anyone have metrics on the utility of formal Unit Testing? I see a
I'm working on a CMS as my hobby project. Because I'm not paid for
I am building a system for distributing packages (.zip archives) created by different organizations.
Here is my situation with rough numbers. I had like to know if my

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.