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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T21:59:03+00:00 2026-05-22T21:59:03+00:00

I have a table that represents a user’s entries: User_ID | Entry_ID Now I

  • 0

I have a table that represents a user’s entries:

User_ID | Entry_ID

Now I want to store only the last 20 entries (for example).

What would be the best way to insert new entries while keeping the maximum number of entries per user at 20 (new entries will replace oldest entries) ?

I need to be able to insert also a list of items to replace the old ones (if possible, to avoid multiple SQL requests)

  • 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-22T21:59:04+00:00Added an answer on May 22, 2026 at 9:59 pm

    Sounds like a job for a trigger…

    Add a statement-level after insert trigger, which deletes rows like:

    delete from yourtbl
    where yourid not in (
      select yourid from yourtbl order by yourid desc limit 20
    )
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a table that represents a series of matches between ids from another
I have a table that represents the parameters of a contract - including their
Let's say I have a table that represents a super class, students . And
Suppose I have two columns in a table that represents a graph, the first
I have a table in a database that represents dates textually (i.e. 2008-11-09) and
I have a table of data which represents a series of events that persons
Suppose I have an array that mimics a database table. Each array element represents
I have a table with several million rows. Each row represents a user session
I have a UITableView that represents a list of objects, I'd like the user
I have a Database table that I want to display in a DataGridView. However,

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.