Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

MySQL - Counter type field...

  • 28-02-2012 01:35PM
    #1
    Registered Users, Registered Users 2 Posts: 1,657 ✭✭✭


    Hi folks

    Is this possible in SQL? - I have a table with a column called "Position" Currently this value is all zeroes.
    But I want to populate this field with a sequence of numbers starting at 1 and counting up...

    i.e. first record will have position = 1
    second record will have position = 2, etc.

    Thanks!


Comments

  • Registered Users, Registered Users 2 Posts: 1,657 ✭✭✭komodosp


    OK thought of this as soon as I clicked Post, but I made it an index, changed it to AUTO_INCREMENT which automatically populated the field in the way I want, then removed it as an index and removed the AUTO_INCREMENT...


Advertisement
Advertisement