SQL Error:
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 'AND ac_lang = 'en' LIMIT 1' at line 1
SELECT ac_name
FROM album_cate
WHERE ac_id = AND ac_lang = 'en'
LIMIT 1
SQL Error:
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 'ORDER BY alb_dt ASC LIMIT 1' at line 1
SELECT MIN(alb_dt) as year
FROM album
WHERE alb_lang = 'en' AND alb_ac_id =
ORDER BY alb_dt ASC
LIMIT 1

學生表現及活動