I write a sql :     alter table tablename deallocate unused 
it is no echo. why? where is wrong?thanks

解决方案 »

  1.   

    这是Oracle的写法,so,Don't you think go the wrong place?
      

  2.   

    删除游标直接用 deallocate unused  
      

  3.   

    Are your database SQL SERVER?
    "deallocate" is a key word for "free a cursor"
    But you want "alter table"
    ^_^
      

  4.   

    先搞清楚自己用的什么数据库?
    MSSQL 没这语法中文能看懂吗?
      

  5.   

    This is CSDN-CSDN社区-MS-SQL Server-基础类.