Closed vittoria-ravi closed 4 years ago
Hi,
Can you please know how to get 'is null' condition in where statement.
Select departmentName, departmentSales From Department Where employeeLastName is null
Got it ...
.where('employeeLastName IS NULL')
Hi,
Can you please know how to get 'is null' condition in where statement.
Select departmentName, departmentSales From Department Where employeeLastName is null