摘要:
写了个shell脚本 第一行是#!/bin/bash 执行时报错#!/bin/bash: No such file or directory 虽然不影响执行,但是每次都报这个错误看着很别扭 百度了一下,因为我这个sh文件是在windows环境创建的,然后传到linux里执行,所以编码还是保留的win 阅读全文
摘要:
get diagnostics cnt := row_count; 现在有两个表tab1和tab2,两个表的格式相同,tab1中有1000条数据,tab2中0条数据 创建测试功能函数 create or replace function test_fun() return integer as $b 阅读全文