DarkSiDE
23-08-2007, 10:55
Devo fare una query semplice semplice:
SELECT TOP 10 ID_TICKET
FROM (SELECT FROM VW_LISTA_TICKET_STRUT order by RAGIONE_SOCIALE)
ovviamente la sintassi č sbagliata ma credo sia chiaro il significato. Come posso correggerla senza fare troppo casino, utilizzando sqlserver2003 (quindi niente rownumber)?
SELECT TOP 10 ID_TICKET
FROM (SELECT FROM VW_LISTA_TICKET_STRUT order by RAGIONE_SOCIALE)
ovviamente la sintassi č sbagliata ma credo sia chiaro il significato. Come posso correggerla senza fare troppo casino, utilizzando sqlserver2003 (quindi niente rownumber)?