I just altered a MySQL I have to only show the ones that have Broadcast_To_Home as (1) it can only be 1 or 0 so I am using it as a Boolean. My Query is shown below
SELECT * FROM blog WHERE Broadcast_To_Home IN(1) ORDERBY ID DESC LIMIT 3
Well using that as my Query I get the error shown in the title can anybody help me with this?
Thanks!