I have a field named location.
This is what is coming throu from cake SHOW FULL COLUMNS FROM `results` 14 14 3 2 SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci'; 1 1 1 3 SELECT `Result`.`id`, `Result`.`racenum`, `Result`.`bib`, `Result`.`fname`, `Result`.`lname`, `Result`.`sex`, `Result`.`class`, `Result`.`team`, `Result`.`firstrun`, `Result`.`secondrun`, `Result`.`best`, `Result`.`points`, `Result`.`season`, `Result`.`location` FROM `results` AS `Result` WHERE `Result`.`location` = 'Sundown' 2615 2615 7 4 SELECT COUNT(*) AS `count` FROM `results` AS `Result` WHERE 1 = 1 1 1 0 5 SELECT `Result`.`id`, `Result`.`racenum`, `Result`.`bib`, `Result`.`fname`, `Result`.`lname`, `Result`.`sex`, `Result`.`class`, `Result`.`team`, `Result`.`firstrun`, `Result`.`secondrun`, `Result`.`best`, `Result`.`points`, `Result`.`season`, `Result`.`location` FROM `results` AS `Result` WHERE 1 = 1 LIMIT 100 100 100 1 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
