Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

syntax error for select statement

Status
Not open for further replies.
Apr 13, 2007
34
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top