Search code examples
sqlsap-ase

Sybase Table Update Disable


I just want to do inserts/deletes and don't allow any update.

Is it possible to disable updates on a table?

If so, how?


Solution

  • -- Because it's friday ...
    REVOKE UPDATE ON hair TO pubic;