Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Hi all,I have one table:upc_notesin this table field 'notes'(varchar) i want to insert single char value inside the notes field .ex:ki'ra'ra'vi'su'reshinsert into upc_notes(control,cusomer,lineno,notes)values('2182','RALPHS','4','44'44'44')how to do.i am trying to insert i am getting syntax error how to do.........