SELECT a.value AS thisval ,b.value AS thatval
FROM table AS a JOIN table AS b USING (device)
WHERE a.command='this' AND b.command='that';
SELECT a.value AS thisval ,b.value AS thatval
FROM table AS a JOIN table AS b USING (device)
WHERE a.command='this' AND b.command='that';
Comparación de las ofertas de Galera Cluster Cloud:tercera parte Microsoft Azure
MySQL Workbench:error en la consulta (1064):error de sintaxis cerca de 'VISIBLE' en la línea 1
Cómo abrir una base de datos en modo exclusivo en Access 2016
Cómo exportar el resultado de la consulta a .csv o archivo delimitado por tabulaciones en SQL Server Management Studio (SSMS) - Tutorial de SQL Server / TSQL, parte 23