SELECT 
					title, 
					parentID, 
					UNIX_TIMESTAMP(modified) as modtime, 
					UNIX_TIMESTAMP(created) as created, 
					UNIX_TIMESTAMP(lastaccesstime) as lastaccesstime, 
					archived, 
					published 
				  FROM 
				  	pages 
				  WHERE 
				  	id = 187pdf

Unknown column '187pdf' in 'where clause'