ศิลปิน ที่สนใจลงข้อมูลกับเรา หรือ
ต้องการระงับการขึ้นข้อมูล หรือ มีข้อมูลที่อยากเปลี่ยนแปลง สามารถแจ้งมาได้ที่ webmaster@thai2music.com
คำค้นหา Ake THE VOICE
ศิลปิน
View All
SELECT * FROM t2n_artist
where artist_id <> 0 and (artist_public = 1) and (
artist_company_name like :q or
artist_company_name_en like :q or
artist_name like :q or
artist_name_en like :q or
artist_company_code like :q or
artist_detail like :q or
artist_tag like :q
) ORDER BY artist_datetime_update descArray
(
[0] => 42000
[1] => 1064
[2] => You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ':q or
artist_company_name_en like :q or
...' at line 3
)
1
SQL SELETE: SELECT * FROM t2n_artist where artist_id <> 0 and (artist_public = 1) and ( artist_company_name like :q or artist_company_name_en like :q or artist_name like :q or artist_name_en like :q or artist_company_code like :q or artist_detail like :q or artist_tag like :q ) ORDER BY artist_datetime_update desc LIMIT 0, 16