Acceso

  • I want to give privileges of SELECT,INSERT,UPDATE,DELETE AND DRI 'declarative referential integrity' 

    so I run this command

    grant select,insert,update,delete,dri on <mytable> to <myuser>

    but I get this error:

    Incorrect sintaxis near 'dri' . WHAT is WRONG???

  • try

    grant select,insert,update,delete,references on <mytable> to <myuser>

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

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