1 Resposta
- Mais recentes
- Mais votos
- Mais comentários
0
This is an old school answer but you could do it with something like:
SELECT * FROM foo WHERE ... UNION ALL select count(*), NULL from foo WHERE ...;
The last row will contain the count of the query
respondido há 2 anos
Conteúdo relevante
- AWS OFICIALAtualizada há 2 anos