sqlQuerySelectLength method

String sqlQuerySelectLength([
  1. String condition = ''
])
inherited

Implementation

String sqlQuerySelectLength([String condition = '']) => '''
  SELECT COUNT(*) FROM $name $condition
''';