Rev 119 | Blame | Compare with Previous | Last modification | View Log | RSS feed
SELECT an.note_id, an.NOTE_TITLE, an.NOTE_BODY, an.mod_date, usr.full_name, usr.user_email,an.mod_date ||' by '|| usr.full_name AS lastmodFROM ADDITIONAL_NOTES an,USERS usrWHERE an.pv_id = :PV_IDAND an.mod_user = usr.user_idORDER BY an.note_id