notoperator.sql

来自「codding for pszone one can use it at pl」· SQL 代码 · 共 12 行

SQL
12
字号
declare
no number;
begin
no:=&no;
if not(no<=500) then
dbms_output.put_line('greater then 500');
else
dbms_output.put_line('not greater than 500');
end if;
end;
/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?