Hi all,
I have this table named tblAll, which include the following:
BEFORE BETWEEN AFTER
75 100
75 100
75 100
150 100
150 100
150 100
How would I get the result in one line,
which included:
BEFORE BETWEEN AFTER
75 100 150
Any hints would help,
regards