Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18

Deprecated: Function eregi_replace() is deprecated in /home/jcmouse/public_html/app/code/include/model/database/pregunta.php on line 161

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18
Error al ejecutar Count - Code Army!
Te encuentras en el foro de MySQL

Error al ejecutar Count


Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /home/jcmouse/public_html/app/code/include/model/database/db.class.php on line 18
problem
29/12/2012 03:24
elpregunton
Rango: Soldado
28/12/2012 04:02
Bolivia
10
0
Fecha de ingreso
Ubicacion
Preguntas
Respuestas

alguien por favor que me pueda ayudar con esta consulta, me sale este error

  1. 1064 - You have an error IN your SQL syntax; CHECK the manual that corresponds TO your MySQL server version FOR the RIGHT syntax TO USE near '' at line 1
  2.  
  3. SELECT COUNT( * ) AS total FROM tabla1 a, tabla2 b WHERE a.id = b.id_padre

gracias

problem
 
29/12/2012 03:26
Mouse
Rango : Querido Lider
18/08/2011 04:52
Bolivia
6
10
Fecha de ingreso
Ubicacion
Preguntas
Respuestas

no le veo problemas pero podrias utilizar INNER JOIN

  1. SELECT COUNT(*) AS TOTAL
  2. FROM TABLA1 a INNER JOIN TABLA2 b ON a.id = b=id_padre

saludos malignos :)

¿Fue este post útil para usted?
.
X

Se parte de Code Army!

Esta acción es solo para usuarios registrados