SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
SELECT last_name || ' ' || substr(first_name,1,1) || '.', hire_date, salary FROM hr.employees WHERE TO_CHAR(hire_date,'MM') in ('09', '10', '11') and mod(length(first_name,2))=1 order by salary desc;

Stuck with a problem? Got Error? Ask ChatGPT!

Copy Clear