Published on InterSystems Developer Community (https://community.intersystems.com)

Inicio > Ejecutar "Crear tabla" en el Portal de Administración

Pregunta
Yuri Marx · 22 abr, 2021

Ejecutar "Crear tabla" en el Portal de Administración

¿Es posible ejecutar "Crear tabla" desde el Portal de Administración?

Intenté esto:

CREATE TABLE SQLUser.Teste (ID INT NOT NULL, coluna1 VARCHAR (255), coluna2 VARCHAR (255), coluna3 VARCHAR (255), coluna4 VARCHAR (255) CONSTRAINT TestePK PRIMARY KEY (ID))

Mensaje de error:

#SQL #InterSystems IRIS

URL de fuente:https://es.community.intersystems.com/post/ejecutar-crear-tabla-en-el-portal-de-administraci%C3%B3n