|





|
|
|
SELECT * , date_format(ShowDate,'%W') as add_weekday ,
date_format(ShowDate,'%D') as add_day ,
date_format(ShowDate,'%M') as add_month ,
date_format(ShowDate,'%Y') as add_year
FROM interior_whatsnew
WHERE Status = 'Y'
AND WhatsnewID =
Error in :: 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 '' at line 7 | | |