The GetWhereFromSQLStatement method parses the passed SQL statement and returns the WHERE clause.
Syntax
GetWhereFromSQLStatement(SQLStatement as String) as String
Parameters
SQLStatement
The SQL statement to parse.
Return Value
The WHERE clause of the SQL statement or an empty string if there isn't one.
© Stonefield Software Inc., 2023 • Updated: 04/14/21
Comment or report problem with topic