less than 1 minute to read
The GetWhereFromSQLStatement method parses the passed SQL statement and returns the WHERE clause.
Syntax
dart
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., 2024 • Updated: 04/14/21
Comment or report problem with topic