CURSO WORD – ¡INSCRIBETE GRATIS!

TEMARIO DEL CURSO
NIVEL BÁSICO WORD
-
INTRODUCCIÓN AL CURSO
03:58 -
CREACION DE DOCUMENTO DESDE CERO
05:59 -
LA VENTANA DE WORD
13:53 -
FORMATO DE PÁGINA
05:53 -
ENCABEZADOS Y PIES DE PÁIGNA
09:59 -
GRÁFICOS
17:04 -
FORMAS
03:49
NIVEL INTERMEDIO WORD
NIVEL AVANZADO WORD
. [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 'AND _comment.comment_post_ID IN (1898)
AND _comment.comment_approved IN ("' at line 22]SELECT _comment.comment_ID,
_comment.comment_post_ID,
_comment.comment_author,
_comment.comment_author_email,
_comment.comment_date,
_comment.comment_content,
_comment.comment_approved AS comment_status,
_comment.user_id,
_meta.meta_value as rating,
_course.post_title AS course_title,
_student.display_name
FROM wp_comments _comment
INNER JOIN wp_commentmeta _meta
ON _comment.comment_ID = _meta.comment_id
INNER JOIN wp_posts _course
ON _comment.comment_post_ID=_course.ID
INNER JOIN wp_users _student
ON _comment.user_id = _student.ID
WHERE _comment.comment_type = 'tutor_course_rating'
AND _meta.meta_key = 'tutor_rating'
AND _comment.user_id=
AND _comment.comment_post_ID IN (1898)
AND _comment.comment_approved IN ("approved","hold")
ORDER BY _comment.comment_ID DESC
LIMIT 0, 150;