七天带你玩转MySQL之SQL语句
一、MySQL基本操作
增:insert
删:delete
改:update
查:select(工作重点)
举例:
select * from table_name where group by order by ;