Advertisement
tomasnorre

TYPO3 GROUP BY Returns false.

Aug 28th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.34 KB | None | 0 0
  1. $result = $GLOBALS['TYPO3_DB']->exec_SELECTquery(
  2.                 'uid,question,reply,full_name,email', // SELECT
  3.                 $this->dbExportTable, // FROM
  4.                 '1=1 AND pid ="' . $pid . '"', // WHERE
  5.                 'question,email,reply', // GROUP BY
  6.                 '', // ORDER BY
  7.                 ''// LIMIT
  8.         );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement