Inizio insert pag stats call
- test migration - aggiunta pagina iniziale - update nuget
This commit is contained in:
@@ -4,6 +4,9 @@ GO
|
||||
SET QUOTED_IDENTIFIER ON
|
||||
GO
|
||||
|
||||
DROP VIEW IF EXISTS dbo.v_StatsCall;
|
||||
GO
|
||||
|
||||
CREATE VIEW [dbo].[v_StatsCall]
|
||||
AS
|
||||
|
||||
@@ -16,6 +19,5 @@ WITH cteDati AS
|
||||
|
||||
SELECT *
|
||||
FROM cteDati
|
||||
ORDER BY YearRef DESC, TotCall DESC
|
||||
|
||||
GO
|
||||
Reference in New Issue
Block a user