¿Dónde esta el bug?
¿Por qué no funciona esta consulta? ASP y access
SELECT tabla1.identif , tabla2.identif , tabla3.identif FROM tabla1 , tabla2, tabla3 WHERE (tabla1.opcion = tabla2.opcion = tabla3.opcion = 0) AND (tabla.username = tabla2.username = tabla3.username = " & username & ")
Donde identif es un valor constante igual al nombre de cada tabla ej: tabla1. Identif = "tabla1"
Y opción toma valores 0,1,2,3 en la base de datos
SELECT tabla1.identif , tabla2.identif , tabla3.identif FROM tabla1 , tabla2, tabla3 WHERE (tabla1.opcion = tabla2.opcion = tabla3.opcion = 0) AND (tabla.username = tabla2.username = tabla3.username = " & username & ")
Donde identif es un valor constante igual al nombre de cada tabla ej: tabla1. Identif = "tabla1"
Y opción toma valores 0,1,2,3 en la base de datos
Respuesta de jmorras
1