MySQL开发者SQL权威指南-附录(10)
时间:2025-07-07
时间:2025-07-07
MySQL开发者SQL权威指南的附录文档
610附录
Drop User语句
<drop user statement> ::=
DROP USER <user name> [ , <user name> ]...
Drop View语句
<drop view statement> ::=
DROP VIEW [ IF EXISTS ] <table specification>
[ , <table specification> ]...[ RESTRICT | CASCADE ]
Execute语句
<execute statement> ::=
EXECUTE <statement name>
[ USING <user variable> [ , <user variable>]... ]
Fetch Cursor语句
<fetch cursor statement> ::=
FETCH <cursor name>
INTO <local variable> [ , <local variable> ]...
Grant语句
<grant statement> ::=
<grant table privilege statement> |<grant database privilege statement> |<grant user privilege statement> |<grant execute privilege statement><grant table privilege statement> ::=
GRANT <table privileges>ON <table specification>TO <grantees>
[ WITH <grant option>... ]<grant database privilege statement> ::=
GRANT <database privileges>ON [ <database name> . ] *TO <grantees>
[ WITH <grant option>... ]<grant user privilege statement> ::=
GRANT <user privileges>ON *.*
TO <grantees>
[ WITH <grant option>... ]<grant execute privilege statement> ::=
GRANT EXECUTE
上一篇:农光互补项目简介与发展前景