SQLエラー:
select *, date_format(start_date, '%Y/%m/%d') as start_date, date_format(end_date, '%Y/%m/%d') as end_date, if(now() between start_date and end_date, 1, 0) as is_enable, customer_name from special_link inner join customer using(customer_id) where is_enable = 1 and domain_id = order by special_link_id desc limit 0, 30

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 'order by special_link_id desc limit 0, 30' at line 11