trimSql method

String trimSql()

Implementation

String trimSql() {
  final idx = statement.toLowerCase().indexOf('where');
  return statement.substring(idx);
}