Access Replace Function -


i have following access query:

select [city] [patient] replace([patient].[city],'  ',' ') 'san d*' 

i'm relatively used work data type mismatch in criteria expression.

any ideas?

edit

anyone willing test sql against own data?

is city stored string? if stored number (perhaps fkey table) make sense you're using string operations on it.

edit: note self: stop forgetting null values.


Comments

Popular posts from this blog

Glib GIOChannel -

android - change the return key -

All overlapping substrings matching a java regex -