Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. select = {
  2.    tables:
  3.       {"tableName tableAlias" : ["srcKey <join token> targetAlias.targetKey", "..."]}
  4.       //...
  5.    fields : {
  6.       alias : "tableAlias.fieldName",
  7.       //...
  8.    },
  9.    filters : {
  10.       incomingValue : "where condition"
  11.       //...
  12.    }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement