]> andersk Git - moira.git/blob - regtape/staff.sql
Don't make new LINCOLN accounts have preassigned usernames, but do still
[moira.git] / regtape / staff.sql
1 set head off
2 set feedback off
3 set pagesize 0
4 set linesize 271
5 spool /moira/load/staff.input.unsorted
6 select 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_employee;
7 spool off
8 quit
This page took 0.037961 seconds and 5 git commands to generate.