Sophie

Sophie

distrib > Mageia > 2 > x86_64 > by-pkgid > 883733823d6cff8395fc4876c4c33e9d > files > 8

ezcomponents-Database-1.4.7-1.mga2.noarch.rpm

CREATE OR REPLACE FUNCTION NOW RETURN TIMESTAMP IS
/**
* Get the current date
*/
BEGIN
  RETURN (SYSDATE);
END;
/
exit;