essayez
select t1.name, t1.id as id1,t2.id as id2
from tablename t1, tablename t2
where t1.flag = 0 and t2.id = t1.id+1 and t2.flag = 1 and t1.name = t2.name
essayez
select t1.name, t1.id as id1,t2.id as id2
from tablename t1, tablename t2
where t1.flag = 0 and t2.id = t1.id+1 and t2.flag = 1 and t1.name = t2.name
Critique de livre :Benjamin Nevarez :Query Tuning &Optimization
Meilleures pratiques pour créer des index sur vos tables MySQL - Rolling Index Builds
Tutoriel PostgreSQL pour les débutants - Tout ce que vous devez savoir sur PostgreSQL
Comment utiliser l'assistant d'importation/exportation dans SQL Server - Tutoriel SQL Server / TSQL Partie 104