Include missing '/'

git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@3491 248e525c-4dfb-0310-94bc-949c084e9493
This commit is contained in:
hardya
2008-02-07 17:09:34 +00:00
parent 16d4e99a4a
commit 60256b0834
2 changed files with 2 additions and 0 deletions

View File

@@ -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
/

View File

@@ -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
/