5
Filtrar eficientemente un conjunto grande con disyunciones
Digamos que tengo una sola mesa 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 ); En este ejemplo TicketIdes la clave primaria. Quiero que los usuarios puedan crear …