i found some difficulties using function find(),
/////////////
SELECT `Book`.`isbn`, `Book`.`title`, `Book`.`author_name` FROM
`books` AS `Book` WHERE `Book`.`title` = 'LIKE 'A%' ORDER BY
`Book`.`title` ASC
//////////////
In this query,  i can't retrieve data because the conditions pasted in
this query is wrong
WHILE using LIKE in a query we can't use '=' symbol so suggest a
solution for this.

Boobalan.M

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to