S
somersbar
hey,
i have a table containing the dates and times of different films in
various cinemas. i need to get the different days that a particular
film is showing in a particular cinema. the problem is that there can
be many different shows of that film, and i only want one instance of
each date returned.
i tried using SELECT DISTINCT, but that doesnt seem to work. Is that
the right way to go about it or is there a better/correct way?
any help appreciated,
bazzer.
i have a table containing the dates and times of different films in
various cinemas. i need to get the different days that a particular
film is showing in a particular cinema. the problem is that there can
be many different shows of that film, and i only want one instance of
each date returned.
i tried using SELECT DISTINCT, but that doesnt seem to work. Is that
the right way to go about it or is there a better/correct way?
any help appreciated,
bazzer.