Advertisement
bucky_resa

Untitled

Oct 22nd, 2019
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. select id
  2. , FirstDay, LastDay, RequestedOn, TotalDays, LeaveCode, ReasonCode, Department
  3. , [Location], Recalled, UserId, AccountingSystemEmpNo
  4. , REPLACE(Comments, CHAR(13), '|') AS Comments
  5. , Exported, LeaveTypeDescription, EmployeeName
  6. , JobNo
  7. from LeaveRequest
  8. ORDER BY id desc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement