prog - Search results

2006-06-21 12:22:11 | Re: Displaying first, last, count columns (Frank Bax)

prog_data from t group by prog_data; Since this query has no WHERE or HAVING

2006-06-21 12:10:58 | Re: Displaying first, last, count columns (Aaron Bono)

prog_data from t group by prog_data I would also suggest you use inner

2006-06-21 11:56:07 | Displaying first, last, count columns (Worky Workerson)

prog_data FROM t AS t1, t AS t2 WHERE t1.prog_data = t2.prog