Skip to content

Instantly share code, notes, and snippets.

View Eurekode's full-sized avatar

Eureka Eurekode

View GitHub Profile

Stash example - SQL queries

This page layout aמ example of scripts reuse scenario with SQL files.

The scripts folder :

Our sample scripts folder contains the next three template query files:
  • Query #1: sqlGetAllUsersWhere.sql
    Gets all user table records with according to a given query condition and output user fields.
SELECT [CSV_FIELDS]
FROM USERS
WHERE [USERS_CONDITION]