i have a table like this.
cityno cityname mails
1 BANGALORE 8KM
2 HSR LAYOUT 20KM
3 MEJISTIC 30KM
4 JAYADEVA 55KM
5 ITPL 80KM
6 HEBBAL 115KM
I HAVE DATA LIKE THIS
I WANT O/P LIKE THIS
DISTANCE NO.OFCITY
0-50KM 3
51-100KM 2
101-150KM 4
AND SO ON
pls give me answer. i want urgent
Post New Answer View All Answers
how to shutdown mysql server? : Sql dba
How does left join work in sql?
What does select * from mean in sql?
What are the advantages of normalization?
What are different functions in sql?
What does count (*) do in sql?
what is a cursor? : Sql dba
How do you modify a table in sql?
Why coalesce is used in sql?
How do I view a sql database?
What is primary key and foreign key?
What program will open a mdb file?
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
What is sqlexception in java?
What is dialect in sql?