You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATE TABLE t2(
a FLOAT ENCRYPTED FOR (MULTIPLICATION, ADDITION, RANGE) PRIMARY KEY,
b INT ENCRYPTED FOR (MULTIPLICATION, ADDITION, RANGE) PRIMARY KEY,
c VARCHAR(100),
d TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
);
HResult 0x4E21, Level 16, State 1Incorrect syntax near the keyword 'FOR'.
Incorrect place cited for the error as the error is CURRENT_TIMESTAMP which is located near the DEFAULT keyword.
The text was updated successfully, but these errors were encountered:
saklanipankaj
changed the title
Incorrect Location in Error Message When Creating Table in MySQL
Incorrect Location in Error Message When Creating Table in MSSQL
Jun 27, 2019
Incorrect place cited for the error as the error is CURRENT_TIMESTAMP which is located near the DEFAULT keyword.
The text was updated successfully, but these errors were encountered: