Give rights to a table

  • I want to give drop table rights to one specific table. What is the syntax? I haven't found any on the web.

    example:

    Grant drop table on table1 to Roger

  • --First create a user in Database.

    GRANT ALTER ON TABLE_NAME TO USER

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply