Hàm: update_row_table

By Asuna, 28901 View
Hàm này dùng để cập nhật dữ liệu của hàng tương ứng với cột.

Cú pháp:
update_row_table(table_name, column_name, column_value, where_column_name, where_column_value)


Trong đó:
- table_name: tên bảng
- column_name: tên cột cần đặt dữ liệu mới
- column_value: dữ liệu mới
- where_column_name, where_column_value: điều kiện tìm kiếm cột dữ liệu có trong bảng