Mysql 查詢,刪除 //查看表的內容 select * from hpeu_student; //從第一行查找五行 select * from hpeu_student limit 5; //從 ...