View Single Post
Old October 30th, 2008, 08:53 AM   #1 (permalink)
pgowder
Member
Verified Customer
 
Join Date: Mar 2002
Posts: 499
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'
pgowder is offline   Reply With Quote