Hi All,
For example I have an ip-address like : 192.168.1.1
I would like to put the first part of the ip-address in a
variable. So that I could output the number : 192
How would I do somehting like that?
Thanx!
Hi All,
For example if I have an integer number of : 107
but i would like to put it in the database as : 0107
And if I have a string : AAB
But I would like to put it in the database as : 0AAB
How would I do something like that?
Thanks!
Steven
(newbie)
Hi All,
For example I have two colums
country | amount
------------------
usa | 10
uk | 21
usa | 19
usa | 2
uk | 12
usa | 11
Now I would like to output the total of a country
so that I would get :
usa 42
uk 33
How would I do something like that in...
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.