[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: when I insert table, value is a string contains apostrophe - it throws an error there - how to fix
- From: Vasanta <vtanna1@...>
- Date: Wed, 3 Feb 2010 07:30:30 -0500
When I do INSERT like below, value is a string with apastrophe (for ex: "Checking for 'hlt' instruction"), insert throws an error - how to fix?
INSERT INTO table_name (column1, column2, column3,...)
VALUES (value1, value2, value3,...)