Hallo,
Warum geht das nicht ? Ich bekomme Fehlercode 1210 "Wrong arguments" to Match.
Code:
SELECT COUNT( t2.idx ) AS total FROM idx t2 INNER JOIN dirs t1 ON t2.IDXdir = t1.idx INNER JOIN ftps t3 ON t2.IDXftp = t3.idx INNER JOIN files t4 ON t2.IDXfil = t4.idx WHERE MATCH ( [b]t1.dstring, t4.dstring[/b] ) AGAINST ( "test" ) >0
Kommentar