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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -