Merge commit 'origin/master'
[versaplex.git] / vxodbc / odbc-drop.sql
blob09f56b316e683d1588998d5f4b03f2f7cff75396
1 DROP FUNCTION "char"(integer);
2 DROP FUNCTION concat(text, text);
3 DROP FUNCTION insert(text, integer, integer, text);
4 DROP FUNCTION lcase(text);
5 DROP FUNCTION left(text, integer);
6 DROP FUNCTION locate(text, text);
7 DROP FUNCTION locate(text, text, integer);
8 DROP FUNCTION right(text, integer);
9 DROP FUNCTION space(integer);
10 DROP FUNCTION ucase(text);
11 DROP FUNCTION ceiling(numeric);
12 DROP FUNCTION log10(double precision);
13 DROP FUNCTION log10(numeric);
14 DROP FUNCTION power(double precision, double precision);
15 DROP FUNCTION power(numeric, numeric);
16 DROP FUNCTION rand();
17 DROP FUNCTION rand(double precision);
18 DROP FUNCTION truncate(numeric, integer);
19 DROP FUNCTION curdate();
20 DROP FUNCTION curtime();
21 DROP FUNCTION odbc_timestamp();
22 DROP FUNCTION dayname(timestamp);
23 DROP FUNCTION dayofmonth(timestamp);
24 DROP FUNCTION dayofweek(timestamp);
25 DROP FUNCTION dayofyear(timestamp);
26 DROP FUNCTION hour(timestamp);
27 DROP FUNCTION minute(timestamp);
28 DROP FUNCTION month(timestamp);
29 DROP FUNCTION monthname(timestamp);
30 DROP FUNCTION quarter(timestamp);
31 DROP FUNCTION second(timestamp);
32 DROP FUNCTION week(timestamp);
33 DROP FUNCTION year(timestamp);
34 DROP FUNCTION odbc_user();
35 DROP FUNCTION odbc_current_user();
36 DROP FUNCTION odbc_session_user();