inside mysql query add this
SELECT IF( viewers > 100 , 1, 0) AS hotproduct FROM mytable
the condition is like thisIF ( condition here , true , false )
No comments:
Post a Comment