Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 1.74 KB

File metadata and controls

56 lines (44 loc) · 1.74 KB

Function: QueryColumnExists

This function returns true if the column exists in the query

Method Signature

QueryColumnExists(query=[query], column=[string])

Arguments

Argument Type Required Description Default
query query true The query to check for the column
column string true The column to check for

Examples

Related