Hi!
I want to convert a String into:
application/x-www-form-urlencoded
For Example, I have "&name=Hugo Myer&alt=true"
i want to convert it so that the " " is in the right format for a real url
Thx and Greetings from Germany
Hi!
I have 3 columns in my table, t1, t2, t3
There are integer values from 0 - 999 in every column.
Now I wanna sort by all 3 columns like that:
t1 t2 t3
==========
000 034 04
200 204 24
201 002 02
I used CONCAT, but then the 3 row would be placed wrong, because the CONCAT generates...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.