{"id":277,"date":"2016-07-04T23:00:58","date_gmt":"2016-07-04T22:00:58","guid":{"rendered":"https:\/\/solidt.eu\/blog\/?p=277"},"modified":"2016-07-04T23:00:58","modified_gmt":"2016-07-04T22:00:58","slug":"iseries-duplicate-a-table-with-or-without-data","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/iseries-duplicate-a-table-with-or-without-data\/","title":{"rendered":"iSeries: Duplicate a table (with or without data)"},"content":{"rendered":"<p>CREATE TABLE SCHEMA.NEW_TB AS (<br \/>\n    SELECT *<br \/>\n    FROM SCHEMA.OLD_TB<br \/>\n) WITH NO DATA;<\/p>\n<p>CREATE TABLE SCHEMA.NEW_TB AS (<br \/>\n    SELECT *<br \/>\n    FROM SCHEMA.OLD_TB<br \/>\n) WITH DATA;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>CREATE TABLE SCHEMA.NEW_TB AS ( SELECT * FROM SCHEMA.OLD_TB ) WITH NO DATA; CREATE TABLE SCHEMA.NEW_TB AS ( SELECT * FROM SCHEMA.OLD_TB ) WITH DATA;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[8],"tags":[],"class_list":["post-277","post","type-post","status-publish","format-standard","hentry","category-other-scripts"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=277"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/277\/revisions"}],"predecessor-version":[{"id":278,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/277\/revisions\/278"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}