<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt;color:#c00000;"><DIV></DIV>
<DIV>I have the following query, which works fine in PhpMyAdmin, but Drupal upchucks on it. Why?</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT color=#000000>SELECT nc.nid, n.title, n.created, nc.daycount AS views_today, nc.totalcount AS total_views, <BR>&nbsp; (SELECT COUNT(*) FROM comments c WHERE c.timestamp &gt;= 1270699200 AND c.nid=nc.nid) AS comments_today, <BR>&nbsp; cs.comment_count <BR>&nbsp; FROM node_counter nc <BR>&nbsp; INNER JOIN node n ON n.nid=nc.nid <BR>&nbsp; LEFT JOIN node_comment_statistics cs ON cs.nid=nc.nid <BR>&nbsp; WHERE nc.daycount &gt; 0 <BR>&nbsp; ORDER BY nc.daycount DESC</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Yes, in Drupal, I do put the brackets around the table names.</DIV>
<DIV>&nbsp;</DIV>
<DIV>The error message says there's a problem at " AS comments_today,&nbsp;cs.comment_count FROM...".<BR>&nbsp;</DIV>
<P><FONT face="bookman old style, new york, times, serif" color=#ff007f size=4><EM><STRONG>Nancy E. Wichmann, PMP</STRONG></EM></FONT></P>
<P><FONT face="arial, helvetica, sans-serif"><SPAN style="FONT-SIZE: 11pt; COLOR: #632423; FONT-FAMILY: 'Arial','sans-serif'; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA">Sometimes the questions are complicated and the answers are simple. - Dr. Suess</SPAN></FONT></P>
<DIV></DIV></div></body></html>