{"id":14747,"date":"2023-04-27T15:12:37","date_gmt":"2023-04-27T21:12:37","guid":{"rendered":"http:\/\/201.237.206.56\/Sitios\/ugit.siua.ac.cr\/?p=14747"},"modified":"2023-04-27T15:12:37","modified_gmt":"2023-04-27T21:12:37","slug":"oracle-modificar-columna","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=14747","title":{"rendered":"ORACLE: Modificar columna"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>alter table PPI.meta_poa_evaluacion modify (Ejecucion number(19,2));\n\nalter table PPI.meta_poa_evaluacion add (temp_data_object_id number(19,2));\nupdate PPI.meta_poa_evaluacion set temp_data_object_id = Ejecucion;\n\nupdate PPI.meta_poa_evaluacion set Ejecucion = NULL;\n\nupdate PPI.meta_poa_evaluacion set Ejecucion = temp_data_object_id;\n\nalter table PPI.meta_poa_evaluacion drop column temp_data_object_id;\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-14747","post","type-post","status-publish","format-standard","hentry","category-sin-categoria"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=14747"}],"version-history":[{"count":1,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14747\/revisions"}],"predecessor-version":[{"id":14748,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/14747\/revisions\/14748"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=14747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=14747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=14747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}