Mission Impossible
07-19-2013, 09:34 PM
Hello
I want find value in column, i use this code but return 0 values:
SELECT * FROM post WHERE mail LIKE '%as%'
I have the link, for example:
www.my.google.com
And want change the value "my" to "your"
Something wrong?
Edit: SOLVED
I want find value in column, i use this code but return 0 values:
SELECT * FROM post WHERE mail LIKE '%as%'
I have the link, for example:
www.my.google.com
And want change the value "my" to "your"
Something wrong?
Edit: SOLVED