một cái gì đó như thế này hoạt động rất tốt
$sql = "insert into tables(field) values (value);SELECT SCOPE_IDENTITY()";
$db = getConnection();
$results = mssql_fetch_assoc(mssql_query($sql));
$lastid=$results['computed'];
một cái gì đó như thế này hoạt động rất tốt
$sql = "insert into tables(field) values (value);SELECT SCOPE_IDENTITY()";
$db = getConnection();
$results = mssql_fetch_assoc(mssql_query($sql));
$lastid=$results['computed'];
Class.forName (com.mysql.jdbc.Driver) .newInstance ()
Cơ sở dữ liệu không được định cấu hình laravel trong quá trình di chuyển
MySQL làm thế nào để điền ngày bị thiếu trong phạm vi?
Làm thế nào để thực hiện một truy vấn được lưu trữ trong một cột bảng MySQL?
MySQL Trigger - Lưu trữ một SELECT trong một biến