After creating a table with the CREATE TABLE statement and using INSERT INTO to add data to the table the command COLUMNIZE must be performed in order to make the table usable with standard InMemory commands.
Syntax:
COLUMNIZE tablename
After creating a table with the CREATE TABLE statement and using INSERT INTO to add data to the table the command COLUMNIZE must be performed in order to make the table usable with standard InMemory commands.
Syntax:
COLUMNIZE tablename
Comments
Please sign in to leave a comment.