我有Sql數據庫與表名稱問題。在SQL中插入查詢HTML字符串
我想爲QuestionTitle插入值爲html字符串。 插入查詢
INSERT INTO
QUESTION (QuestionType,QuestionID,QuestionTitle)
VALUES ("MRQ",
"QNB5T6TKDMS",
"<p><span style="font-family: comic sans ms,sans-serif; font-size:
small;">what was the original concentration of the acid?</span></p>")
當我試圖執行這個查詢在SQL它給出了一個錯誤。 我該怎麼做才能使它適用於html字符串。
你有什麼錯誤? – Sadikhasan
MySQL或SQL Server? –
它給錯誤:[接近「字體」:語法錯誤] 例外名稱:NS_ERROR_FAILURE –