SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
select job_id, start_date, end_date from job_history where to_char(start_date, YEAR) > 1996 and to_char(end_date, YEAR) <= 2006 and job_id in ('AC_ACCOUNT', 'IT_PROG') order by to_char(end_date, MONTH);

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear