Data Type Conversion error
am 08.02.2006 00:55:24 von Daniel Kasak--------------000905010505050606050305
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
mysql> select min(ReleaseDate) from MySQL where Product='MyODBC' and
Version>=5.0.0 and Status='Usable';
+--------------------+
| min(ReleaseDate) |
+--------------------+
| Real Soon Now (tm) |
+--------------------+
1 row in set (0.02 sec )
I has hoping for a DATE, or even a DATETIME value, but instead get a
VARCHAR lacking sufficient precision.
Pretty please?
--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989
email: dkasak@nusconsulting.com.au
website: http://www.nusconsulting.com.au
--------------000905010505050606050305--