19 Star 39 Fork 46

openGauss / openGauss-connector-odbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
odbc-drop.sql 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
DROP FUNCTION "char"(integer);
DROP FUNCTION concat(text, text);
DROP FUNCTION insert(text, integer, integer, text);
DROP FUNCTION lcase(text);
DROP FUNCTION left(text, integer);
DROP FUNCTION locate(text, text);
DROP FUNCTION locate(text, text, integer);
DROP FUNCTION right(text, integer);
DROP FUNCTION space(integer);
DROP FUNCTION ucase(text);
DROP FUNCTION ceiling(numeric);
DROP FUNCTION log10(double precision);
DROP FUNCTION log10(numeric);
DROP FUNCTION power(double precision, double precision);
DROP FUNCTION power(numeric, numeric);
DROP FUNCTION rand();
DROP FUNCTION rand(double precision);
DROP FUNCTION truncate(numeric, integer);
DROP FUNCTION curdate();
DROP FUNCTION curtime();
DROP FUNCTION odbc_timestamp();
DROP FUNCTION dayname(timestamp);
DROP FUNCTION dayofmonth(timestamp);
DROP FUNCTION dayofweek(timestamp);
DROP FUNCTION dayofyear(timestamp);
DROP FUNCTION hour(timestamp);
DROP FUNCTION minute(timestamp);
DROP FUNCTION month(timestamp);
DROP FUNCTION monthname(timestamp);
DROP FUNCTION quarter(timestamp);
DROP FUNCTION second(timestamp);
DROP FUNCTION week(timestamp);
DROP FUNCTION year(timestamp);
DROP FUNCTION odbc_user();
DROP FUNCTION odbc_current_user();
DROP FUNCTION odbc_session_user();
C
1
https://gitee.com/opengauss/openGauss-connector-odbc.git
git@gitee.com:opengauss/openGauss-connector-odbc.git
opengauss
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助