Login
Remember
Register
Ask a Question
If you did not specify any distribution clause, how the Create Table AS (CTAS) will distribute the rows?
0
votes
asked
Feb 19, 2023
in
Netezza
by
rajeshsharma
If you did not specify any distribution clause, how the Create Table AS (CTAS) will distribute the rows?
netezza
ctas
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 19, 2023
by
rajeshsharma
CTAS will get a distribution from the original table.
...