Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged ddl

0 votes
429 views
1 answer
    I have this code: ALTER TABLE `settings` ADD COLUMN `multi_user` TINYINT(1) NOT NULL DEFAULT 1 And I want ... make this as simple as possible? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
347 views
1 answer
    I need to add multiple columns to a table but position the columns after a column called lastname. I have tried this: ... can I use AFTER in a query like this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
296 views
1 answer
    I have a table that has column names like 25, 50, 100, etc.. When trying to update the table I get an error, ... it possible to use a number as a column name? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
241 views
1 answer
    My research and experiments haven't yielded an answer yet, so I am hoping for some help. I am modifying the install ... Does anyone have a good way to do this? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
337 views
1 answer
    In Greenplum, I need to create an external table with a dynamic location parameter. For an example: CREATE READABLE TABLE_A( ... 'gphdfs://teste:1010/tmp' " Can anyone help me?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...