|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Criteria with verifying the first 3 characters of a text - howI want to make a querie with a criteria to filter out only the records with
text what begins with "192". How do I do that? Rene Like this:
SELECT field1, field2, field3 FROM yourtable WHERE field1 LIKE '192%'; HTH Rico Show quote "Rene Wennekes" wrote: > I want to make a querie with a criteria to filter out only the records with > text what begins with "192". > > How do I do that? > > Rene > > > On Wed, 23 Feb 2005 09:10:20 +0100, Rene Wennekes wrote:
> I want to make a querie with a criteria to filter out only the records with Where Left([YourTable].[FieldName],3) = "192"> text what begins with "192". > > How do I do that? > > Rene -- Fred Please only reply to this newsgroup. I do not reply to personal email. |
|||||||||||||||||||||||