Closed shadeven closed 9 years ago
@alexfu, in relation to #12, add the optional TEMP keyword to CREATE TABLE statement.
TEMP
CREATE TABLE
Users were unable to create tables in the temp database.
CreateTableBuilder
CreateTableSegmentBuilder
DropType
ObjectType
Cool! :v:
@alexfu, in relation to #12, add the optional
TEMP
keyword toCREATE TABLE
statement.Users were unable to create tables in the temp database.
CreateTableBuilder
andCreateTableBuilder
with one new classCreateTableSegmentBuilder
.DropType
toObjectType
. It can also be used in creating/dropping view, trigger and index.