简体   繁体   English

perl,mysql表名限制?

[英]perl,mysql table name limit?

i am interacting with the mysql database via perl. 我正在通过perl与mysql数据库进行交互。 I was wondering if there are table name limits. 我想知道是否存在表名限制。

Also. 也。 How do i handle special characters within the table names when creating it through perl? 通过perl创建表名时如何处理表名中的特殊字符?

thanks 谢谢

According to the MySQL docs , the maximum length for a table name is 64 characters. 根据MySQL文档 ,表名的最大长度为64个字符。 This page also describes the permissible syntax for identifiers. 此页面还描述了标识符的允许语法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM