oracle查询语句大全[定义].pdfVIP

  • 3
  • 0
  • 约2.24万字
  • 约 26页
  • 2021-10-19 发布于福建
  • 举报
oracle 查询语句大全 oracle 基本命令大全一 1.create user username identified by password;// 建用户名和密码 oracle ,oracle 2.grant connect,resource,dba to username;//授 权 grant connect,resource,dba,sysdba to username; 3.connect username/password//进入。 4.select table_name,column_name from user_tab_columns where table_name=mview_log;// 查询表中的表名,字段名等等。 5. 如何执行脚本 SQL 文件 ? SQL@PATH/filename.sql; 6.Oracle oledb 提供者在 command 中执行多条 SQL 语句与 SQL SERVER 有少许差 别,SQL Server 只需使用 ; 分割多条 SQL 语句 ,而 Oracle 需要遵守 ORACLE 调用规范

文档评论(0)

1亿VIP精品文档

相关文档