Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
marcelviegas
Creator II
Creator II

PROBLEMA RESIDENT TABELA

Presados,

Alguem sabe se é comum a tabela resident não fica disponível para que eu use os seus devidos campos?

exemplo:

TESTE:

LOAD * INLINE [

    T1, T2

    JOAO, 1

    MARIA, 2

];

TESTE_RES:

LOAD T1,T2

Resident TESTE;

DROP TABLE TESTE;

A tabela TESTE_RES não existe para que eu use os dados.

att,

1 Solution

Accepted Solutions
avinashelite

Try like this

TESTE:

LOAD * INLINE [

    T1, T2

    JOAO, 1

    MARIA, 2

];

NoConcatenate

TESTE_RES:

LOAD T1,T2

Resident TESTE;

DROP TABLE TESTE;

View solution in original post

2 Replies
avinashelite

Try like this

TESTE:

LOAD * INLINE [

    T1, T2

    JOAO, 1

    MARIA, 2

];

NoConcatenate

TESTE_RES:

LOAD T1,T2

Resident TESTE;

DROP TABLE TESTE;

Anil_Babu_Samineni

May be Noconcatenate prompt use for Pre-Second directory

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful