20 Mar

¿Qué registros no son utilizados en la base de datos de MySQL?

SELECT campo1 FROM tabla WHERE NOT EXISTS (SELECT campo2 FROM tabla2 WHERE tabla2.campo2 = tabla1.campo2) ORDER BY campo1

About the Author

Comments are closed.