select ename,&column2 from scott.emp; 输入sal; /替代标量;
select * from &tab;
select * from scott.emp where sal> &sal ;2000
select * from scott.emp where ename=upper('&salary'); SCOTT;
define col=comm
define 查看变量
select ename,&col from scott.emp;
undefin col 取消定义的变量
&&sal=sal就相当于define命令,链接断掉就没了。
set verify off 关闭校验环境变量~
相关文章
- 02-16【深度学习】吴恩达网易公开课练习(class1 week2)
- 02-16四则运算计算机C++项目练习
- 02-16来自projecteuler.net网站的练习题1
- 02-16C语言练习题~猜数字游戏
- 02-16python入门学习第三天,变量,ifelse语句
- 02-16Python3.x 基础练习题100例(91-100)
- 02-163.25练习---生成式、函数递归应用
- 02-16python条件语句和变量赋值
- 02-16Day2变量
- 02-16Python 猜数小程序(练习)