Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT VGuiUserOcPoi.GUI_USER_ID,
- VGuiUserOcPoi.POI_ID,
- VGuiUserOcPoi.SHORT_NAME,
- VGuiUserOcPoi.NAME POI_NAME,
- VGuiUserOcPoi.CATEGORY_SHORT_NAME,
- VGuiUserOcPoi.CATEGORY_NAME
- FROM V_GUI_USER_OC_POI VGuiUserOcPoi
- WHERE VGuiUserOcPoi.IS_HOME_POI_CATEGORY != 'Y'
- AND VGuiUserOcPoi.OC_POI_STATUS_ID = 0
- ORDER BY 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement