[SQL] SELECT T1.* FROM users T1
JOIN b_no2 T2 ON T1.email_address LIKE '%' & T2.bno_email & '%'
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '& T2.bno_email & '%'' at line 1

Rispondi quotando