MySQL Forums
Forum List  »  MySQL Query Browser

Getting errors while creating a new table
Posted by: Fabio m
Date: October 02, 2010 12:59PM

Hi there

I´m trying to create a new table but i´m getting several errors in the process.

The table consists of an id, classes, semester, year. The first error i got was the 1062 because i put the same id for each class.

My question is,if i want to show classes per semester and per year, how do i tell a class that it belongs to the first semester and another class that it belongs to the 2nd semester?

Does it make any difference if i don´t use aut_increment in the id field?

This might be a very basic question but ít´s the first time i´m using the mysql query browser.

Options: ReplyQuote


Subject
Written By
Posted
Getting errors while creating a new table
October 02, 2010 12:59PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.