QueryColumnExists
Method Signature
QueryColumnExists(query=[query], column=[string])Arguments
Argument
Type
Required
Description
Default
Examples
ID column is in given query
myQuery = queryNew( "ID,name,age" );
writeOutput( queryColumnExists( myQuery, "ID" ) );
Whereas "gender" is not
Additional Examples
Related
Last updated
Was this helpful?
