5
Filtrar com eficiência um conjunto grande com disjunções
Digamos que eu tenho uma única tabela CREATE TABLE Ticket ( TicketId int NOT NULL, InsertDateTime datetime NOT NULL, SiteId int NOT NULL, StatusId tinyint NOT NULL, AssignedId int NULL, ReportedById int NOT NULL, CategoryId int NULL ); Neste exemplo TicketIdé a chave primária. Desejo que os usuários possam criar …