oops, i accidentally sent it without finishing...
anyway, what i wanted to say was DISTINCT, at least how i learned it, was
working with rows instead of colums:
http://www.mysql.com/doc/en/DISTINCT_optimisation.html
is there a reason why you dont want to list the columns?
russ arbuthnot wrote:
Oops,
I forgot to mention that my times are stored as follows:
90 for 9:00 am
93 for 9:30 am
100 for 10:00 am
103 for 10:30 am
and so on.
They are in increasing order, and I would like to keep the
way they're stored right now, if possible. (ie, don't
really want to change to unixtime or othe
I wanted to learn OOP in PHP .I m using postgresql and have a table called
price containing the price_of_recycle of an object (0th row for bottle,
1st row for create and 2nd row for cans).I wanted to write an OOPS
PHP program that would extract the price from the database for the individ