We create the testTable1 table from the user table.
CREATE TABLE testTable1 AS (SELECT * FROM profile);
DISPLAY
DESCRIPTION
We create the testTable1 from the user table. All the records in the user table will be created in the testTable1. We use the describe to describe the table structure.
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.