Last active 3 months ago
0
0
1
| 1 | select owner as schema_name, |
| 2 | job_name, |
| 3 | job_style, |
| 4 | case when job_type is null |
| 5 | then 'PROGRAM' |
| 6 | else job_type end as job_type, |
| 7 | case when job_type is null |
| 8 | then program_name |
| 9 | else job_action end as job_action, |
| 10 | start_date, |