analytics2006
MIS
i need to select records from a table where a column contains a data like the following.
I am getting a syntax error: "Unclosed quotation mark before the character string '
'." How do i fix my query in order to get this record?
select * from cust
where custname ='Mary M'connell'
thanks
I am getting a syntax error: "Unclosed quotation mark before the character string '
'." How do i fix my query in order to get this record?
select * from cust
where custname ='Mary M'connell'
thanks