The below will not work because Key is a reserved word. I can't for the life of me figure out the work around for this.
I tried 'Key' , "Key", Key, [Key]
SELECT * FROM tablename.sys_pre_values
WHERE Key = "MaritalStatus";
Appreciate any help on this... :)
P.