INSERT MAX(col)
Posted: Wed Nov 16, 2005 2:09 pm
Hello,
I have a table in which i want to INSERT a VALUE in its column(NOT AUTO_INCREMENTED) based on its MAX value
CAN this be accomplished
Note: I declined using the auto_increment for a crucial reason...see this thread
I have a table in which i want to INSERT a VALUE in its column(NOT AUTO_INCREMENTED) based on its MAX value
CAN this be accomplished
Note: I declined using the auto_increment for a crucial reason...see this thread