Microsoft
Software
Hardware
Network
Question : MYSQL Query Return Number Range
Is it possible to make a mysql query return a range of numbers?
Table1
Col1 || Col2
1 || 1
1 || 2
2 || 3
2 || 4
3 || 5
Result:
Col1 || Col2
1 || 1-2
2 || 3-4
3 || 5
Answer : MYSQL Query Return Number Range
from what I know, that is impossible to solve in mySQL with a single query.
Random Solutions
Backing up an Exchange server
convert pagemaker to HTML
Does Windows 2003 Standard R2 32Bit with 8GB of RAM benefit from /PAE?
Problem running SSIS Package (containing Execute Process Task) with SQL Server Agent
how can i tell what software was used to make a website by the source code
Access Run Time 2002/2000 over taking Access 2003
In IIS6, how does the size of the web garden manifest itself during recycling?
Configuring sar on solaris 7
Remove unwanted lines from a text file
How to apply switch case in ajax?