I have some tables like this Sql Fiddle.
I want this table to select only the following values (remove duplicates):
from | to 46 0 46 18 46 50 46 39 46 11 46 12 46 56
I use DISTINCT
keyword, but this returns the following values:
46 0 46 18 46 50 46 39 46 11 11 46 46 12 46 56