Open topic with navigation
Creates indexes in the table.
CREATE INDEX index_name
ON table_name (column1, column2, ...);
CREATE INDEX index_1
ON queenbee (column_bee1)
Copyright © 2002-2023. Cloud Software Group, Inc. All Rights Reserved.