• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
how do i say that in EOModeler
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

how do i say that in EOModeler


  • Subject: how do i say that in EOModeler
  • From: "Sako!" <email@hidden>
  • Date: Thu, 29 Jul 2004 17:04:15 +0200

hi,

i have a table TAB, includes Column Krit from kind Text in my MS-SQL.
------------------------------------------
i want to search the rows who include the text "Sent EMail".  i do this :

SELECT T1.Krit
FROM  TAB T1
WHERE T1.Krit like '%Sent EMail%'

------------------------------------------

and if i want to search the rows which dont include the text"Sent EMail". i
do this:

SELECT T1.Krit
FROM  TAB T1
WHERE T1.Krit not like '%Sent EMail%'

------------------------------------------
both sql work.

now my question how do i say that in EOModeler?

i tried with (krit like '%Sent EMail%') in a Fetch but id didnt work.

regards

Sako.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.


  • Follow-Ups:
    • Re: how do i say that in EOModeler
      • From: Bill Reynolds <email@hidden>
    • Re: how do i say that in EOModeler
      • From: Bill Reynolds <email@hidden>
References: 
 >RE: directaction new session created (From: "Jonathan Fleming" <email@hidden>)

  • Prev by Date: RE: directaction new session created
  • Next by Date: Re: directaction new session created
  • Previous by thread: RE: directaction new session created
  • Next by thread: Re: how do i say that in EOModeler
  • Index(es):
    • Date
    • Thread