Skip to content

Instantly share code, notes, and snippets.

@prb112
Created April 14, 2016 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save prb112/0c9656d39a57e12bac2fbc8122415e90 to your computer and use it in GitHub Desktop.
Save prb112/0c9656d39a57e12bac2fbc8122415e90 to your computer and use it in GitHub Desktop.
CREATE DATABASE MODULE Test2_Database
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
SET Environment.Variables =
THE (SELECT T.* FROM Database.EMP AS T);
RETURN TRUE;
END;
END MODULE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment