亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

Chinaunix

標(biāo)題: 關(guān)于mysql各種函數(shù)介紹 [打印本頁]

作者: dagun    時(shí)間: 2011-12-21 08:42
標(biāo)題: 關(guān)于mysql各種函數(shù)介紹
介紹Mysql函數(shù)介紹:
注釋:英語不好的兄弟,對不起啦。
mysql_affected_rows

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

EXAMPLE:

MySQL is optimized for the 'delete all records in a table' case. A side effect of this optimization is that MySQL will return zero for the number of rows affected in this situation. Doing a 'select count(*) from the_table' before deleting all records will give you a value for the number of rows affected, though this value may change between the SELECT and and DELETE since MySQL 3.20.X does not support table locking. This is fixed in version 3.21.X

mysql_close

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

mysql_connect

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

EXAMPLE:

mysql_create_db

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

mysql_data_seek

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

mysql_drop_db

SYNOPSIS:

DESCRIPTION:

RETURN VALUE:

mysql_eof







歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2