Hi Members,
I tried to insert some values in to a tale in MS access. But I keep getting the message "Expected semi-colon (;) at the end of sql statement"
Here is the query I tried inserting
INSERT INTO dynamic_values VALUES(1,'test','test') WHERE not exists (SELECT 1 from dynamic_values WHERE agreement_id = 1 and dynamic_label = 'test' and dynamic_value = 'test' )
My scenario is that the table must not allow duplicate values to be inserted into the table.
Kindly suggest on this.
Thanks