| Unknown column 'Array' in 'where clause'
I'm getting error emails about missing column - array??
What causes this?
SELECT * FROM photos WHERE cat IN (513,Array) ORDER BY date DESC LIMIT 50
The query returned with an errorcode of:
Unknown column 'Array' in 'where clause'
|