pg_run_drop

Function pg_run_drop 

Source
pub async fn pg_run_drop(client: &Client, sql: String) -> Result<u64>
Expand description

运行sql语句,返回最近一条语句的数据 id,如果上没有,则返回0 用于:myset、mydel、mysetmany、myupdate、myupdatemany