sql modify column的相關文章
SQL Query to modify a column datatype lenght.!!! | Teradata Developer Exchange

SQL Query to modify a column datatype lenght.!!! | Teradata Developer Exchange

瀏覽:571
日期:2026-04-23
asadali.khan 11 posts Joined 10/10 01 Nov 2010 Here is the solution To Modify the a column type, length or format, we use ADD function in Teradata ALTER TABLE Table_Name ADD Existing_Column_Name New_Data_Type(New_Length) Above query will change ......看更多