how to use sensitive keyword while creating a table in mysql
Posted by: satya narayana
Date: March 06, 2014 01:11PM

CREATE TABLE customer(ID int primary key, Name varchar(72) SENSITIVE, Address varchar(120) SENSITIVE);

Actual requirement is to mark private columns like name, password with sensitive keyword.

while i'm creating above query it showing syntax error. Here i'm using sensitive keyword for private columns like password,name.

If it is wrong. Anyone please tell me how to correct it.



Edited 1 time(s). Last edit at 03/06/2014 01:14PM by satya narayana.

Options: ReplyQuote


Subject
Written By
Posted
how to use sensitive keyword while creating a table in mysql
March 06, 2014 01:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.