Mika: SQL Abfrage in PHP mit AS

Beitrag lesen

Hallo zusammen,

ich habe eine MySQL-Abfrage nach folgendem Schema:

SELECT *, (SELECT status FROM tabelle2 WHERE tabelle1.processingStatus = tabelle2.id) AS test FROM
tabelle1 WHERE Feld1 LIKE 'irgend eine Postvariable' OR
test LIKE 'irgend eine Postvariable';

Ohne die letzte LIKE-Anweisung funktioniert die Abfrage eiwandfrei.

Am Anfang definiere ich "test" als Ergebnis für die Unterabrfrage.

Wie kann ich dieses "test" in die letzte Like-Abfrage einbauen dass es funktioniert????

ich bekomme folgende Fehlermeldungen:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Programme\typo3\htdocs\typo3wamp\typo3conf\ext\ph_aenderungen\pi1\class.tx_phaenderungen_pi1.php on line 310

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Programme\typo3\htdocs\typo3wamp\typo3conf\ext\ph_aenderungen\pi1\class.tx_phaenderungen_pi1.php on line 382

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\Programme\typo3\htdocs\typo3wamp\typo3conf\ext\ph_aenderungen\pi1\class.tx_phaenderungen_pi1.php on line 397

Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Programme\typo3\htdocs\typo3wamp\typo3conf\ext\ph_aenderungen\pi1\class.tx_phaenderungen_pi1.php on line 492

Warning: Cannot modify header information - headers already sent by (output started at C:\Programme\typo3\htdocs\typo3wamp\typo3conf\ext\ph_aenderungen\pi1\class.tx_phaenderungen_pi1.php:310) in C:\Programme\typo3\htdocs\typo3wamp\typo3\sysext\cms\tslib\class.tslib_fe.php on line 2767