ROW_COUNT()
G100m 14.11.2005 20:28
ROW_COUNT() returns the number of rows updated, inserted, or deleted by the preceding statement. This is the same as the row count that the mysql client displays and the value from the mysql_affected_rows() C API function.
- Узнать кол-во rows affected, TLoD,Snake 14.11.2005 16:35
- Ответ, Серёжа V12 15.11.2005 14:08 / 15.11.2005 14:09
- мне тоже было нужно, но увы (-), smalex [M] 14.11.2005 20:31
- зачем бы?, Александр Петросян (PAF) [M] 15.11.2005 09:45
- ROW_COUNT(), G100m 14.11.2005 20:28
- Workaround, redactor [M] 14.11.2005 19:27
- Ответ, deMone 15.11.2005 06:34
- пока никак, Александр Петросян (PAF) [M] 14.11.2005 19:25
- Ясно =(, TLoD,Snake 15.11.2005 14:34
- Странно. У меня тоже ^int:sql{DELETE FROM table WHERE...} возвращает пустой ответ. Может это баг? (-), mashi 14.11.2005 18:12