Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改表格中的特定列,我使用它,但修改下有一条红线,4.请帮忙
ALTER TABLE COURSEINFO_TBL MODIFY COLUMN CRS_GP DECIMAL(4,1) NOT NULL;
ALTER TABLE COURSEINFO_TBL ALTER COLUMN CRS_GP DECIMAL(4,1) NOT NULL;
请前往
ALTER TABLE COURSEINFO_TBL ALTER COLUMN CRS_GP DECIMAL(4,1) NOT NULL