{"id":75,"date":"2010-07-14T13:01:24","date_gmt":"2010-07-14T13:01:24","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=75"},"modified":"2022-02-17T07:14:15","modified_gmt":"2022-02-17T07:14:15","slug":"general-insert-statements","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/sql-server\/queries-microsoft-sql-server\/insert\/general-insert-statements","title":{"rendered":"General Insert Statements"},"content":{"rendered":"<h4>Insert New Row (Record) Into A Table<\/h4>\n<pre><code>\r\n\"INSERT INTO SomeTableName (SomeColumnName1, SomeColumnName2, SomeColumnName3) VALUES (\" + Convert::ToString(ColumnValue1) + \", \" + Convert::ToString(ColumnValue2) + \", \\'\" + ColumnValue3 + \"\\')\";\r\n<\/code><\/pre>\n<p>In this example ColumnValue1 and ColumnValue2 are numbers and column value 3 is a string<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Insert New Row (Record) Into A Table &#8220;INSERT INTO SomeTableName (SomeColumnName1, SomeColumnName2, SomeColumnName3) VALUES (&#8221; + Convert::ToString(ColumnValue1) + &#8220;, &#8221; + Convert::ToString(ColumnValue2) + &#8220;, \\'&#8221; + ColumnValue3 + &#8220;\\&#8217;)&#8221;; In this example ColumnValue1 and ColumnValue2 are numbers and column value 3 is a string<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-75","post","type-post","status-publish","format-standard","hentry","category-insert"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/75","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/comments?post=75"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/75\/revisions"}],"predecessor-version":[{"id":1498,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/75\/revisions\/1498"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=75"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=75"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=75"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}