English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a database where i would like to query out all of the entries that have a space and character (alphabetical) and another space,

Example

Jill M Jones

2006-09-21 07:50:56 · 3 answers · asked by jntshumaker 3 in Computers & Internet Programming & Design

I am just using a simple access query,

Wanting to know what to place in the "criteria" of the sort.

I've found that in access the wildcard for any alphabetical character is ?...however

"space ? space" just doesnt seem to work

2006-09-21 07:59:54 · update #1

Indeed, i was missing the idea that i have things in front of and behind the spaces...so "* ? *" worked perfect, THANKS!

2006-09-21 08:59:06 · update #2

3 answers

I don't know if this will work. If I remember the wild cards correctly you need to use something like "* ? *" (or basically { match anything wildcard }{ space }{ match 1 wildcard }{ space }{ match anything wildcard }

2006-09-21 08:32:52 · answer #1 · answered by John J 6 · 0 0

what scripting are you usign

if it's php you can use php eregi (or simialr) to show results without "space *letter* space"

2006-09-21 14:56:04 · answer #2 · answered by UKDealsBox.com 4 · 0 0

In oracle it's
'%_%_%', where underscore is actually the space.

2006-09-21 15:02:00 · answer #3 · answered by ryan 2 · 1 0

fedest.com, questions and answers