when i add in "Distinct" to
check= "SELECT Leaving, Destination, arrTime, depTime FROM Holidays"
it groups all the same occurences together.
ie. before i added it in i got:
london
edinbouragh
london
london
edinbouragh
when distinct is added i get:
london
london
london
edinbouragh
edinbouragh
any suggestions??
check= "SELECT Leaving, Destination, arrTime, depTime FROM Holidays"
it groups all the same occurences together.
ie. before i added it in i got:
london
edinbouragh
london
london
edinbouragh
when distinct is added i get:
london
london
london
edinbouragh
edinbouragh
any suggestions??