从上面的截图信息上来看,Query中的alter table add telcpro text not null 这个句法没有问题,关键问题在于没有talbe 名字。alter table '表名字' add telcpro text not null, 表名字没有.
text或许是个关键字
语法无错误,问题不清楚
请补充下你的错误提示,最好来个截图,你这个语法是没错的