}
if !isSelect {
return nil, NewMatcherError("%s: statement must be 'select' not %T", notSupportedErrMessage, stmt)
}
return nil, NewMatcherError("%s: 'limit' clause", notSupportedErrMessage)
}
return nil, NewMatcherError("%s: 'where' clause is missing", notSupportedErrMessage)
}
}