First page Back Continue Last page Summary Graphic
BENCHMARK Resultados
Base de Datos
5 pruebas
- Cuenta
- select count(resp) from Datos;
- Distinct
- select distinct resp from Datos;
- Countwhere
- select count(*) from Datos where resp='FCAZ';
- SelectWhere
- select dma from Datos where resp='FCAZ';
- Joincount
- select count(nombre),count(dma) From Nodos,Datos where nodo=clave;
Notes: