|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 10/24/2007 7:53:54 AM
Posts: 1,
Visits: 4
|
|
QUERY:
UPDATE DBC.USERS SET UserName='John' WHERE UserName='Jones' and CreatorName='td2idm'
ERROR:
com.ncr.teradata.jdbc_4.util.JDBCException: [NCR] [Teradata DBMS] : VIEW 'USERS' may not be used for Help Index/Constraint/Statistics, Update, Delete or Insert.
|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 6/25/2008 3:36:22 AM
Posts: 56,
Visits: 61
|
|
Hi,
In your example you are trying to update a record through DBC.USERS view, for which you should have update privilege to the actual table.
As we don't have update privilege for DBC.USERS table your query throws an error.
Regards,
Balamurugan
|
|
|
|