func table : Func : Data Dictionary MySQL TUTORIALS


MySQL TUTORIALS » Data Dictionary » Func »

 

func table


mysql>
mysql>
mysql> use mysql
Database changed
mysql>
mysql> desc func;
+-------+------------------------------+------+-----+---------+-------+
| Field | Type                         | Null | Key | Default | Extra |
+-------+------------------------------+------+-----+---------+-------+
| name  | char(64)                     | NO   | PRI |         |       |
| ret   | tinyint(1)                   | NO   |     | 0       |       |
| dl    | char(128)                    | NO   |     |         |       |
| type  | enum('function','aggregate') | NO   |     |         |       |
+-------+------------------------------+------+-----+---------+-------+
rows in set (0.00 sec)

mysql>
mysql> use test
Database changed



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Dictionary
» Func