English 中文(简体)
MySql: “SHOW CREATE TABLE”?
原标题:MySql: "SHOW CREATE TABLE" doesn t work for tables named "x-..."?
  • 时间:2009-10-10 07:25:51
  •  标签:

The SWOW CREATE TABLE query doesn t seem to give any result if the table has no rows. (At least not in my php setup.) Is there an easy way to get around that without delving into the meta tables? If so, how? :-)

EDIT:

As my comment on Quassnoi s answer below indicates, this seems to be a problem for tables named starting "x-"... Very strange!

最佳回答

<编码> SHOW CREATE TABLE 即使在没有行文的情况下仍有效。

请以指挥线客户或<编码> phpMyAdmin复制?

<>Update:

<代码>-为保留性质。 你们需要将此类名字附在后面:

SHOW CREATE TABLE `x-addresses`
问题回答

暂无回答




相关问题
热门标签