-
Scott默认密码是tiger查看全部
-
启用scott用户查看全部
-
用户与表空间查看全部
-
select file_name from daba_temp_files where tablespace_name='TESTI_TABLESPACE';查看临时表空间的文件---待修改查看全部
-
desc (user_tablespaces);普通用户查询表空间;查看全部
-
select tablespace_name from (dba_tablespaces)管理者命令;管理用户查询表空间查看全部
-
查看登陆用户名 show user;user="显示登陆名"查看全部
-
connect(登录命令可以不用添加分号) scott/tige;scott用户激活之后登陆;查看全部
-
alter user username(可替换) account unlock;修改用户查看全部
-
select username from dba_users;查询用户 大概是在dba_users这个表中查询。查看全部
-
select username from dba_users;查询查看全部
-
system>scott查看全部
-
表达式一:case 字段名 when 值 then 结果值 when 值 then 结果值 else 默认值 end 表达式二:case 字段名1=值1 when then 结果值1 when 字段名2=值2 then 结果值2 else 默认值 end查看全部
-
order by desc(降序) 默认升序(asc)查看全部
-
范围查询 between and in not in查看全部
举报
0/150
提交
取消