我在输入 col username clear 是报错 说 column username 未定义 是怎么回事啊
你先select * from 表名,看看username列的名字是什么,如果没有改动,还是username,就会出现这个情况了。