I am looking to create a primary key in a macro using RunSql but am having problems with the syntax. The name of my field is "Geo" and the name of my table is "Pre-Deletes". Here is what I came up with so far:
CREATE UNIQUE INDEX PrimaryKey ON Pre-Deletes (Geo)
Am I missing something?
CREATE UNIQUE INDEX PrimaryKey ON Pre-Deletes (Geo)
Am I missing something?