这是我在linux下命令,跟Ubuntu应该一样!你试试看!
查看当前用户表:list tables
查看数据库定义所有表:list tables for all
查看指定模式表:list tables for schema schema name
查看当前用户名为模式表:list tables for schema
查看表结构:describe table tablename
创建:create table schema name.table name (column name type) in tablespace name
例如:create table agent.test (id integer, name varchar(10)) in users
以上就是土嘎嘎小编大虾米为大家整理的相关主题介绍,如果您觉得小编更新的文章只要能对粉丝们有用,就是我们最大的鼓励和动力,不要忘记讲本站分享给您身边的朋友哦!!