From 5fc6600a34ce4d4ccc426138655705a31632fe38 Mon Sep 17 00:00:00 2001 From: hardya Date: Mon, 4 Feb 2008 17:43:14 +0000 Subject: [PATCH] Added missing row_number to the select list. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3458 248e525c-4dfb-0310-94bc-949c084e9493 --- Schema/V_QUOTE_DETAILS.vw | 1 + 1 file changed, 1 insertion(+) diff --git a/Schema/V_QUOTE_DETAILS.vw b/Schema/V_QUOTE_DETAILS.vw index 5db5c7f..208d31f 100644 --- a/Schema/V_QUOTE_DETAILS.vw +++ b/Schema/V_QUOTE_DETAILS.vw @@ -18,6 +18,7 @@ SELECT enquiry_id ,inlet_orientation ,outlet_orientation ,total_cost + ,row_number FROM (SELECT q.enqu_id AS enquiry_id ,t.qute_id AS quote_id ,MAX(t.enty_code) over(PARTITION BY qute_id) AS enty_code