Hi all
I would like to create a function that copies CDR-records from text files. This should be done every hour, so I want my function to look something like this:
CREATE OR REPLACE FUNCTION cdr_copy( ) RETURNS VOID AS $$
DECLARE
mytime TIMESTAMP := timeofday( );
cdr_path CHAR(50)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.