mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
manual.texi tables usually should have a name.
Docs/manual.texi: tables usually should have a name.
This commit is contained in:
parent
7bba4e4c55
commit
9c02e36e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -2614,7 +2614,7 @@ executed only if the MySQL version is equal to or newer than the used
|
|||
version number:
|
||||
|
||||
@example
|
||||
CREATE /*!32302 TEMPORARY */ TABLE (a int);
|
||||
CREATE /*!32302 TEMPORARY */ TABLE t (a int);
|
||||
@end example
|
||||
|
||||
This means that if you have Version 3.23.02 or newer, MySQL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue