查看mysql的一些例子用法:

select * from mysql.help_topic where example !='';

linux中可以执行: man mysql ; 想要入门,先有文档,下面罗列一些地址。

mysql官网文档首页:
https://dev.mysql.com/doc/

mysql5.5官网function列表:
https://dev.mysql.com/doc/refman/5.5/en/func-op-summary-ref.html

官网grant语法文档:
https://dev.mysql.com/doc/refman/8.0/en/grant.html#grant-column-privileges

一个不错的mysql中文网:
https://www.mysqlzh.com/