Hàm: select_table_where_data

By Asuna, 25881 View
Hàm này trả về danh sách mảng dữ liệu có trong bảng với điều kiện where tương ứng.

Cú pháp:
select_table_where_data(table_name, where_column_name, where_column_value, order, sort)


Trong đó:
- table_name: tên bảng
- where_column_name, where_column_value: cột và dữ liệu điều kiện tương ứng
- order: xếp theo điều kiện
- sort: thứ tự sắp xếp (asc, desc)