CREATE OR REPLACE FUNCTION is_number(char_in VARCHAR2) RETURN NUMBER IS
BEGIN
FOR x IN 1 .. LENGTH(char_in) LOOP
— remove , & .
IF SUBSTR(char_in,x,1) in (’,’ , ‘.’ , ‘ ‘) THEN
RETURN 0;
END IF;
END LOOP;
IF [...]
|
||||||
|
CREATE OR REPLACE FUNCTION is_number(char_in VARCHAR2) RETURN NUMBER IS IF [...] select * into outfile ‘/tmp/outfile.txt’ fields terminated by ‘,’ from my_table_name;
declare explain plan for The powerful of shell is using quick command without run the program 1- Delete by Specific text 2- Delete by line numbers 3- Delete Empty lines |
||||||
|
Copyright © 2010 El-Shihabi - All Rights Reserved |
||||||