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