Prova questo. Dimostrazione violinista
SELECT * FROM
(
select * from table where id in (1,2,3,4) order by data desc
) Test
UNION
SELECT * FROM
(
select * from table where id in (5,6,7) order by data asc
) Test2
Prova questo. Dimostrazione violinista
SELECT * FROM
(
select * from table where id in (1,2,3,4) order by data desc
) Test
UNION
SELECT * FROM
(
select * from table where id in (5,6,7) order by data asc
) Test2
13 articoli del blog sulle migliori pratiche e suggerimenti per la progettazione di database
L'ex dirigente Capgemini, Sunitha Ray, si unisce a ScaleGrid DBaaS per espandere le vendite aziendali
Miti sulle prestazioni:sovradimensionamento delle colonne di stringhe
Come gestire gli errori nelle transazioni annidate di SQL Server