Thank you very much.
On Aug 11, 8:25 pm, CobaltShark <[email protected]> wrote:
> It would be helpful if you posted the actual code of your find(), but
> it would appear that you are not forming your conditions array
> correctly. I haven't had any issues using LIKE, and maybe this link
> will help :http://book.cakephp.org/view/74/Complex-Find-Conditions
> ."Book.title LIKE" => "A%" should give you the results your looking
> for.
>
> On Aug 11, 5:40 am, boobalan <[email protected]> wrote:
>
> > 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 [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
-~----------~----~----~----~------~----~------~--~---