Wolfram Kraus schrieb:
Barry wrote:
Hello everyone!

I have a slight problem matching rows.

My problem is the Value in a textfield is: "87682<next>39857"

I created that with concat.
Is there a way to match one specific number out of that field?
like WHERE SUPERFUNCTION(concated_field) = 87682

WHERE concated_field LIKE '%87682%'

It would also give me Fields that have 987682 or 876825.
That's not what i looked for but thanks anyway ;)

--
Smileys rule (cX.x)C --o(^_^o)
Dance for me! ^(^_^)o (o^_^)o o(^_^)^ o(^_^o)

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to