parser

Написать ответ на текущее сообщение

 

 
   команды управления поиском

В документацию-то вчитался...

j-Walker 02.09.2005 16:42 / 02.09.2005 16:42

А потом перечитал тред и потерял нить разговора. У меня уже комплекс неполноценности развился в отношении этого форума... :)

Для меня неочевидна прикладная сторона: что конкретно делается. Если бы ситуация была описана детально...

You can generate sequences without calling LAST_INSERT_ID(), but the utility of using the function this way is that the ID value is maintained in the server as the last automatically generated value. It is multi-user safe because multiple clients can issue the UPDATE statement and get their own sequence value with the SELECT statement (or mysql_insert_id()), without affecting or being affected by other clients that generate their own sequence values.