3
Lấy tên bảng từ truy vấn công đoàn?
Đây là truy vấn của tôi SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename1 where Active =1 union SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename2 where Active =1 union SELECT Id, productName, Largeimagepath, Discount, Price, Image FROM tablename3 where Active =1 Nó đang hoạt động đúng. Bây …