Subject | GRANT field level for select and insert |
---|---|
Author | rj1102 |
Post date | 2007-06-10T08:24:51Z |
Looking at the definition of GRANT i see that you can grant privileges
on field level for UPDATE (and REFERENCES) like:
GRANT UPDATE (Field1, Field2) ON MyTable TO USER User1
Why is field level assignment only implemented for UPDATE and not for
SELECT and INSERT?
Kind regards,
Robbert-Jan
on field level for UPDATE (and REFERENCES) like:
GRANT UPDATE (Field1, Field2) ON MyTable TO USER User1
Why is field level assignment only implemented for UPDATE and not for
SELECT and INSERT?
Kind regards,
Robbert-Jan