How do you make an ID in mysql?
Moderator: General Moderators
How do you make an ID in mysql?
How do you insert an ID to a table for multiple users? Please tell me =]
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
- twigletmac
- Her Royal Site Adminness
- Posts: 5371
- Joined: Tue Apr 23, 2002 2:21 am
- Location: Essex, UK
Basically all you have to do is when you are creating your new table is call one of the columns something like 'ID', make it the primary key and make it an auto-incrementing field.
If you're not sure how to create a table there's this that'll be helpful:
http://newbienetwork.net/content.php?id=10
Mac
If you're not sure how to create a table there's this that'll be helpful:
http://newbienetwork.net/content.php?id=10
Mac