Jump to content

Leesy

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

About Leesy

  • Birthday 08/11/1982

Contact Methods

  • MSN
    Lee@LTheobald.co.uk
  • Website URL
    http://www.ltheobald.co.uk

Profile Information

  • Gender
    Not Telling
  • Location
    Cambs, UK

Leesy's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Cheers. That'll work as I am using a table with auto_increment ID's. Als o Isee that the new version of MySQL has triggers implemented (or so the picture on their website was showing). So when/if my host starts to use the new MySQL, I can always try a trigger later on.
  2. Hi all, I tried to search for an answer to this but the worls "limit", "table", "size" etc. come up a lot I'm creating a shoutbox for my site. I've got a simple table where I store the shouts (contains 4 fields: ID, Name, Shout & Date. ID auto increments). I want to ensure that this table sticks to a certain size (say 25 rows). Obviously I want the least recent shouts to be deleted. What's the best way to do this? A trigger; limiting the table to a set amount of rows and it'll hopefully remove the oldest rows to make room (couldn't see anything to do this in phpMyAdmin. SQL knowledge doesn't go past the basics); or simply deleting a row everytime I insert a new one past the count of 25?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.