mysqljs / mysql

A pure node.js JavaScript Client implementing the MySQL protocol.
MIT License
18.28k stars 2.52k forks source link

Employee id fetching issue #2493

Closed ashishsme14 closed 3 years ago

ashishsme14 commented 3 years ago

Our task is

Employee Issue 1

We written

select x.DEPTNO from department x where x.DEPTNO not in (select d.DEPTNO from department d join employee e where e.deptid=d.DEPTNO)

Not working , please help us on it.

dougwilson commented 3 years ago

Hello, I'm sorry you are having issues. Are you having an issue actually formulating your MySQL query, or with the usage of this JavaScript library?

ashishsme14 commented 3 years ago

formulating your MySQL query,

dougwilson commented 3 years ago

Hi @ashishsme14 thanks for clarifying. This is the issue tracking for the JavaScript library that is contained in the repository. I would suggest posting on somewhere more generic, like Stackoverflow.