Hi,

I am having to write queries that contain operators such as MOD and
DIV in addition to other normal arithmetic operators to add, multiply,
divide, etc.  I am also using MAX(), MIN() in the same queries.
Actually, I am using INSERT ... SELECT MAX() * X ... FROM TABLE idiom
to calculate the max key value to be inserted in the table instead of
using the auto-increment (because it's rollback-unfriendly).  However,
I wonder if using such expressions (I not using any  other functions
except SQL Aggregate functions) in the select column-list would slow
down the INSERTs and what the performance implications are if there
are around 75 users.

--
Thanks in advance,

Asif

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to