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';
Composants internes de SQL Server :plan de mise en cache Pt. I – Réutilisation des plans
Installation hors ligne du cluster MariaDB pour CentOS
Haute disponibilité de SQL Server :installer une instance en cluster de basculement SQL Server, partie 2
Comment changer le mot de passe de la base de données