]> andersk Git - moira.git/blame - regtape/staff.sql
Update for new args to alis, and redirect mrtest output.
[moira.git] / regtape / staff.sql
CommitLineData
f0df8832 1set head off
2set feedback off
3set pagesize 0
4set linesize 271
5spool /moira/load/staff.input.unsorted
6select mit_id || rpad(nvl(full_name, ' '), 30, ' ') || rpad(substr(nvl(office_location, ' '), 0, 12), 12, ' ') || rpad(substr(nvl(secondary_office_location, ' '), 0, 12), 12, ' ') || lpad(substr(nvl(office_phone, ' '), 0, 12), 12, ' ') || lpad(substr(nvl(secondary_office_phone, ' '), 0, 12), 12, ' ') || rpad(substr(department_name, 0, 50), 50, ' ') || substr(directory_title, 0, 50) from wareuser.moira_employee2;
7spool off
8quit
This page took 1.854643 seconds and 5 git commands to generate.