SQL Questions
Tại sao không sử dụng được Order By trong câu lệnh sau?
select * from AuditLocationData where AuditLocationId in (select Id from AuditLocation where ProjectId = 'D2CA6B32-D5B3-4FE1-AE9F-343B66AD3D34' order by ColumnOrder)
Tại sao không sử dụng được Order By trong câu lệnh sau?
select * from AuditLocationData where AuditLocationId in (select Id from AuditLocation where ProjectId = 'D2CA6B32-D5B3-4FE1-AE9F-343B66AD3D34' order by ColumnOrder)