Hàm: create_table
Cú pháp:
create_table(table_name)
Trong đó: table_name là tên bảng cần tạo
Ví dụ:
Hầu hết, các hàm xử lý cơ sở dữ liệu sẽ sử dụng kèm với thẻ do
{% do create_table('chat_demo') %}
Với cách in thông thường, create_table sẽ trả về thông báo sự tồn tại của bảng.
- Danh sách chương (17) Link
- Hàm: delete_row_table Đọc ngay
- Hàm: select_table_row_data Đọc ngay
- Hàm: select_table_where_data Đọc ngay
- Hàm: select_table_data Đọc ngay
- Hàm: update_row_array_table Đọc ngay
- Hàm: update_row_table Đọc ngay
- Hàm: insert_row_array_table Đọc ngay
- Hàm: insert_row_array_table Đọc ngay
- Hàm: insert_row_table Đọc ngay
- Hàm: drop_column_table Đọc ngay
- Hàm: create_column_table Đọc ngay
- Hàm: get_table_count Đọc ngay
- Hàm: drop_table Đọc ngay
- Hàm: create_table_with_column Đọc ngay
- Hàm: create_table [ Đang đọc ]
- Làm việc với cookie Đọc ngay
- Phương thức xử lý GET và POST Đọc ngay