sum() autoconvert null to zero

2002-03-31 Thread pascal barbedor
Hi thanks for answer, maybe it would be good to have a sum_null() function to deal with my case ? because logically speaking, when a value is null in an operation the result is null, this is the case for normal functions in mysql (ie not "group by" function) i think it is perfect sense that cou

sum() autoconvert null to zero

2002-03-30 Thread pascal barbedor
- Original Message - From: pascal barbedor To: [EMAIL PROTECTED] Sent: Sunday, March 31, 2002 6:19 AM Subject: sum() autoconvert null to zero Egor, >Null is an unidentified value, but MySQL will store 0 or ''. You can read about >it at: > http://www.mysql.com/doc

--default-character-set

2001-07-15 Thread pascal barbedor
my database or does it mean mysql would convert it dynamically when sending something to a client ? has anyone got the same problem ? looked in the docs, but not a word on utf-8. thanks pascal barbedor

bug

2001-07-02 Thread pascal barbedor
hello, I have installed mysql 3.23.38 binaries on win 98 first mysqld --version says "mysqld-max debug" and not mysqld without additionnal database systems. mysqld-max corresponds to mysqld-max ok I have innodb_* set in my.ini file innodb_dazta_file_path=ibevolif:1M when trying to start the

grant for temporary tables or type=heap tables

2001-03-07 Thread pascal barbedor
I would like to know if a create and drop grants apply with no difference for all types of tables (heap for instance) and for temporary tables, just like for ordinary tables. if yes, isn't it a sort of limitation, because some complicated queries may require intermediate create and drops some