Grant select Privilege on table column
449374Dec 14 2010 — edited Dec 14 2010Hi,
I think it's not possible to provide column level select privilege in a table.
e.g.- grant select (col1,col2) on table1 to user1;
Can anyone suggest what could be the alternate way to achieve this (apart from creating a view on the table).