I have a st.proc which does an insert after checking the value for a certain column. ex if check_status = "y" then insert...
If i have the status check in double quotes the st.proc returns an error and if i change it to single quote it works. I have set quoted_identifier turned on . Has anyone seen this problem before. Any thoughts or ideas will be greatly appreciated.
TIA