Recent content by HBenson

  1. H

    Include common code into packages - use "@@filename.sql" in a package

    I want to be able to use the "@@filename.sql" in a package that has common constants and short library functions. I have multiple packages that all use the same set of constants and I want to have them defined just once and be used in any of the packages that I write. similar to C++ header files.
Back
Top