Hallo,
ich habe dieses SQL Statement
Dieses Statement ist VERDAMMT lahm
Gibt es eine Alternative zu diesem CONCAT, ich schätze es liegt am CONCAT.
ich habe dieses SQL Statement
Code:
SELECT COUNT(t2.idx) as total FROM dirs as t1, idx as t2, ftps as t3, files as t4 WHERE CONCAT(t1.dstring,t4.dstring) REGEXP "mp3" AND t2.IDXfil = t4.idx AND t2.IDXftp = t3.idx AND t2.IDXdir = t1.idx
Gibt es eine Alternative zu diesem CONCAT, ich schätze es liegt am CONCAT.
Kommentar