Hi! Could we please enable some services and cookies to improve your experience and our website?

SQLize | PHPize | SQLtest

Online Sandbox for SQL and PHP: Write, Run, Test, and Share SQL Queries and PHP Code

A A A
Login    Share code      Blog   FAQ
Copy Format Clear
SELECT J.JOB_TITLE, J.MIN_SALARY, J.MAX_SALARY FROM JOB J LEFT JOIN JOB_REQUIREMENT JR ON J.JOB_CODE = JR.JOB_CODE -- Или J.JOB_ID = JR.JOB_ID WHERE JR.JOB_CODE IS NULL -- Или JR.JOB_ID IS NULL ORDER BY J.MAX_SALARY DESC; ; SELECT 'Last_query_cost' AS "Variable_name", 0 AS "Value" FROM RDB$DATABASE;

Stuck with a problem? Got Error? Ask AI support!

Copy Clear