{"id":2728,"date":"2020-04-11T20:31:49","date_gmt":"2020-04-11T19:31:49","guid":{"rendered":"https:\/\/ibex.tech\/cloud\/?p=2728"},"modified":"2022-02-17T07:13:48","modified_gmt":"2022-02-17T07:13:48","slug":"auto-inc","status":"publish","type":"post","link":"https:\/\/ibex.tech\/cloud\/mysql\/columns-mysql\/auto-inc","title":{"rendered":"AUTO INC"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Get next AUTO INC value for a tables auto inc column<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>  \/\/Will get the next (not last) auto inc value from the table named MyTableName (you don't specify the column name)\n  $sql = \"SELECT AUTO_INCREMENT as NextAutoIncValue FROM INFORMATION_SCHEMA.TABLES WHERE table_name = 'MyTableName' and table_schema = database() \";<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Get next AUTO INC value for a tables auto inc column<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[232],"tags":[],"class_list":["post-2728","post","type-post","status-publish","format-standard","hentry","category-columns-mysql"],"_links":{"self":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2728","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=2728"}],"version-history":[{"count":2,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2728\/revisions"}],"predecessor-version":[{"id":2730,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/posts\/2728\/revisions\/2730"}],"wp:attachment":[{"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/media?parent=2728"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/categories?post=2728"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ibex.tech\/cloud\/wp-json\/wp\/v2\/tags?post=2728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}