Login
Remember
Register
Ask a Question
How Can We Create Table By Using Command?
0
votes
asked
May 24, 2022
in
Apache Presto
by
Robin
How Can We Create Table By Using Command?
presto-command
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 24, 2022
by
Robin
We can create desk via using command:
Apache Presto:tutorials> create desk mysql.Tutorials.Pattern as
select * from mysql.Tutorials.Creator;
...