Skip to Content
0
Former Member
Dec 02, 2014 at 05:47 PM

Create table with alias dba

86 Views

We can create table with another user

for example:

login in sap iq with user jose we can create:

CREATE TABLE "cesar"."tabla" (

"id" BIGINT NOT NULL,

PRIMARY KEY ( "id" ASC )

) IN "iq_main";

Is this possible?


Thanks in advance

Attachments

create.JPG (41.9 kB)