> For the complete documentation index, see [llms.txt](https://kythuat.dtechvn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kythuat.dtechvn.com/tim-kiem-du-lieu/chon-loaidl-all.md).

# CHỌN LOAIDL= ALL

* Muốn chọn điều kiện loaidl là tất cả thay vì chọn từng loại dữ liệu
* Chạy code tạo id = tất cả và copy exe mới nhất (thoát ra vào lại)

```
-- copy code sql để tạo dòng loaidl=tất cả
if(not exists(select 1 from LoaiDL where LoaiDL =-1))
	insert into LoaiDL(LoaiDL,Ten,ModiDate,CreateDate) Values(-1,N'<Tất cả>',GETDATE(),GETDATE())
	
```
