Enter password: ****
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2 to server version: 5.0.22-community-ntType 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> use mydata
Database changed
mysql> create table myclass
    -> <
    -> sno int primary key
    -> sname double
    -> >;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual th
corresponds to your MySQL server version for the right syntax to use near '<
sno int primary key
sname double
>' at line 2
mysql>上面是生成表的时候的出现的错误,我刚开始学习mysql。希望各位高手给帮帮忙,在这先谢谢了!!