Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.67 KB

File metadata and controls

56 lines (44 loc) · 1.67 KB

Function: QueryPrepend

Adds a query to the beginning of another query

Method Signature

QueryPrepend(query1=[query], query2=[query])

Arguments

Argument Type Required Description Default
query1 query true
query2 query true

Examples

Related