Re: Easy (?) SELECT questions

2003-11-20 Thread Egor Egorov
[EMAIL PROTECTED] wrote: >> Mark Wilson <[EMAIL PROTECTED]> wrote: >>> Two related questions. >>> 1. I have a table with a "date" field. (Ex: '04/13/2002'). I want to get >>> a list >>> of all UNIQUE values for that field (many entries from the same day), >>> i.e., all >>> days with entries. >>> **

Re: Easy (?) SELECT questions

2003-11-19 Thread cpuworks
> Mark Wilson <[EMAIL PROTECTED]> wrote: >> Two related questions. >> 1. I have a table with a "date" field. (Ex: '04/13/2002'). I want to get >> a list >> of all UNIQUE values for that field (many entries from the same day), >> i.e., all >> days with entries. >> ***

Re: Easy (?) SELECT questions

2003-11-19 Thread Egor Egorov
Mark Wilson <[EMAIL PROTECTED]> wrote: > Two related questions. > 1. I have a table with a "date" field. (Ex: '04/13/2002'). I want to get a list > of all UNIQUE values for that field (many entries from the same day), i.e., all > days with entries. > ** > CREAT

Easy (?) SELECT questions

2003-11-18 Thread Mark Wilson
Two related questions. 1. I have a table with a "date" field. (Ex: '04/13/2002'). I want to get a list of all UNIQUE values for that field (many entries from the same day), i.e., all days with entries. ** CREATE TABLE metrics_events_power { mep_id int(11) NOT