Include missing '/'
git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3491 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
@@ -9,3 +9,4 @@ SELECT enqu_id
|
|||||||
,MAX(id) over(PARTITION BY enqu_id) AS max_id
|
,MAX(id) over(PARTITION BY enqu_id) AS max_id
|
||||||
FROM enquiry_events)
|
FROM enquiry_events)
|
||||||
WHERE id = max_id
|
WHERE id = max_id
|
||||||
|
/
|
||||||
|
|||||||
@@ -10,3 +10,4 @@ SELECT qute_id
|
|||||||
,MAX(id) over(PARTITION BY qute_id) AS max_event
|
,MAX(id) over(PARTITION BY qute_id) AS max_event
|
||||||
FROM quote_events)
|
FROM quote_events)
|
||||||
WHERE id = max_event
|
WHERE id = max_event
|
||||||
|
/
|
||||||
|
|||||||
Reference in New Issue
Block a user