Skip to content

Instantly share code, notes, and snippets.

@loiclefevre
Last active May 2, 2023 07:48
Show Gist options
  • Save loiclefevre/958606c79fe0e20eeba954b51cdbe3f0 to your computer and use it in GitHub Desktop.
Save loiclefevre/958606c79fe0e20eeba954b51cdbe3f0 to your computer and use it in GitHub Desktop.
import-javascript-es-modules-g.sql
function "date" return date as mle module chance_extended env chance_module_env signature 'chance.date';
function "date"( p_doc in json ) return varchar2 as mle module chance_extended env chance_module_env signature 'chance.date';
-- This one will help:
function "date"( p_doc in json, p_will_be_date in boolean ) return date as mle module chance_extended env chance_module_env signature 'chance.date';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment