<div>I have a table called table1 and want to create a unique index (called index1) with the fields - field1 and field2. What is the snytax?</div>
<div> </div>
<div>I am trying:</div>
<div> </div>
<div>CREATE [UNIQUE] INDEX index1 ON table1 (field1,field2)</div>
<div> </div>
<div>I get the error:</div>
<div> </div>
<div>11:24:19 AM Kernel error: 0x71000. line 1:15: expecting "database", found 'UNIQUE'</div>
<div> </div>
<div>Thanks,</div>
<div>Warren</div>