SQLGetColumn1Where ( returnField ; whereField ; whereValue ; andSearch )
Does a simple SQL Statement with where query(ies). If the whereField is left blank, will return all of the values in returnField
Be the first to rate this function Log in to vote
Paul - Show more from this author
Peak 14 LLC http://www.peak14.solutions |
5
2
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Assembles and executes a simple SQL Statement with 0 or more where clauses.
Requires FM 18+
Has 2 dependencies:
SQLGetField: (https://www.briandunning.com/cf/2546)
SQLGetTable: (https://www.briandunning.com/cf/2547)
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.