diff --git a/reference/mysql/functions/mysql-list-tables.xml b/reference/mysql/functions/mysql-list-tables.xml index 96cc2f4629..c60c2ec853 100644 --- a/reference/mysql/functions/mysql-list-tables.xml +++ b/reference/mysql/functions/mysql-list-tables.xml @@ -1,5 +1,5 @@ - + @@ -18,7 +18,7 @@ mysql_list_tables takes a database name and returns a result pointer much like the - mysql_db_query function. You can use the + mysql_query function. You can use the mysql_tablename function to extract the actual table names from the result pointer, or any other result table function. @@ -27,6 +27,29 @@ For downward compatibility mysql_listtables can also be used. This is deprecated however. + + mysql_list_tables Example + + +]]> + + + + See also: mysql_list_dbs, + mysql_tablename. +