I'm trying to create a compound index for a table in the code by using a variable name as the name of the index. but I keep getting an error. The variable hold's a date value. This is the code I'm using.
mdate = date()
index on fieldA, fieldB tag dtos(&mdate)
Is this the right syntax?
mdate = date()
index on fieldA, fieldB tag dtos(&mdate)
Is this the right syntax?