CrazyManiac
MIS
In MSSQLServer i have a table of sales:
customer dateofsale checknumber
---------------------------------
Jon ....... 1
Jon ....... 2
Bill ....... 7
Bill ....... 8
Jon ....... 3
Jon ....... 22
Bill ....... 10
In the report I need to show checknumbers as range,i.e:
customer rangeofcheknumbers
Jon 1-3
Jon 22
Bill 7-8
Bill 10
Is it possible?
Thanks for help!
customer dateofsale checknumber
---------------------------------
Jon ....... 1
Jon ....... 2
Bill ....... 7
Bill ....... 8
Jon ....... 3
Jon ....... 22
Bill ....... 10
In the report I need to show checknumbers as range,i.e:
customer rangeofcheknumbers
Jon 1-3
Jon 22
Bill 7-8
Bill 10
Is it possible?
Thanks for help!