Heidestrand
Registered User.
- Local time
- Today, 14:42
- Joined
- Apr 21, 2015
- Messages
- 73
Hey community,
I only have a short question: I've a table with several columns, one of them is a text field. Within them I have some records that looks like this and have a special character:
"AX ELEVATE #O SUPERIOR"
As you can see this record contains a special character -> # (hash or pound).
What I want is: I want to delete all records of this table that contain this character. So I tried all variations that are similar to this:
DELETE * FROM tblTest WHERE Description LIKE "*#*"
.. but nothing works. Do you know how to do it?
Thanks in advance! =)
I only have a short question: I've a table with several columns, one of them is a text field. Within them I have some records that looks like this and have a special character:
"AX ELEVATE #O SUPERIOR"
As you can see this record contains a special character -> # (hash or pound).
What I want is: I want to delete all records of this table that contain this character. So I tried all variations that are similar to this:
DELETE * FROM tblTest WHERE Description LIKE "*#*"
.. but nothing works. Do you know how to do it?

Thanks in advance! =)