1 Reply Latest reply on Jun 2, 2006 12:11 PM by mwoelke

    Howto Do

    kostaboss

      Hi I guess maybe somebody asked this before but because of the common use of words like "LIKE", "WHERE" and "QUERY" its hard to search for it in the forum. So I'm sorry if I'm the #-Person asking the same thing

      I know its easy in EQL to do some SQL statement like:
      SELECT * FROM Person Where name = name ;
      resulting in a query-string "from Person p where p.name = :name"

      But I can't find how to do an LIKE-Query in EQL.
      Is something like that SQL statement:
      SELECT *
      FROM Person WHERE name LIKE '%AB%' ;
      possible in EQL ? And if so what is the syntax for that ?

      Thnx in advance,
      Regards