由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - Please help: Innodb table could not drop a column
相关主题
Re: Please help: Innodb table could notMySQL row selection question
SQL Server Trigger on System Base Table or Catalog Viewanalyze 在oracle里怎么用?
初级问题问个external table field definition的问题
Basic oracle questions.求救,升级mysql后table not exist
SQL问题请教: add one more column大虾帮忙看看MySQL的设置
SQL combine two columns from two different tables no shared (转载)How to delete column and row in table
Table Merge (SQL Server)How to drop a column from a table in DB2
其实有个问题好久没有明白!sql server 面试题 (9)
相关话题的讨论汇总
话题: table话题: column话题: innodb话题: drop话题: alter
进入Database版参与讨论
1 (共1页)
b****r
发帖数: 113
1
mysql version 4.0.20a, on winxp. Innodb type table.
I use "alter table tbl_name drop col_name" to drop a column,
but it failed twice.
From the dos window on XP, the comman "alter table" hang on there for ever.
After reboot the machine, the column is still there,
and data in this column are still fine.
The table has about 20 million rolls. Is the size a prolbem?
Thanks for any help.
s***e
发帖数: 284
2
try a small table first. if it works, it's size problem

【在 b****r 的大作中提到】
: mysql version 4.0.20a, on winxp. Innodb type table.
: I use "alter table tbl_name drop col_name" to drop a column,
: but it failed twice.
: From the dos window on XP, the comman "alter table" hang on there for ever.
: After reboot the machine, the column is still there,
: and data in this column are still fine.
: The table has about 20 million rolls. Is the size a prolbem?
: Thanks for any help.

1 (共1页)
进入Database版参与讨论
相关主题
sql server 面试题 (9)SQL问题请教: add one more column
这个sql怎么写?SQL combine two columns from two different tables no shared (转载)
another question--怎么delete a row from a tableTable Merge (SQL Server)
truncate和delete在ORACLE里有什么区别?其实有个问题好久没有明白!
Re: Please help: Innodb table could notMySQL row selection question
SQL Server Trigger on System Base Table or Catalog Viewanalyze 在oracle里怎么用?
初级问题问个external table field definition的问题
Basic oracle questions.求救,升级mysql后table not exist
相关话题的讨论汇总
话题: table话题: column话题: innodb话题: drop话题: alter