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
Sysvol Replication
Trigger Question
Send To Mail Recepient is launching the Internet Connection Wizard
Accidentally "rm -r /etc". How to recover?
Removing the Printers & Faxes icon in XP Pro uisng group policy
CAST/CONVERT nvarchar to float for sorting, but only if a number
what is the importance in wheel group in linux ?
Frontpage Server Extensions Errors
Running a script one time
Rollback if trigger crashes