Re: Question for JDBC and Mysql

2005-11-02 Thread Alec . Cawley
Xiaobo Chen [EMAIL PROTECTED] wrote on 01/11/2005 20:28:38: Hi, all I have a question like this: There's a field in table_A, date_time, if I say this in Mysql: select min(date_time), max(date_time) from table_A; it returned something like this:

Question for JDBC and Mysql

2005-11-01 Thread Xiaobo Chen
Hi, all I have a question like this: There's a field in table_A, date_time, if I say this in Mysql: select min(date_time), max(date_time) from table_A; it returned something like this: +-+-+ | min(date_time) | max(date_time) |