postgress where not code example
Example 1: postgresql not in
SELECT * FROM public.queries where status_id not in (4,5,6)
Example 2: postgresql where clause not working
SELECT *
FROM
logs
WHERE
type = 'Exception';
// note the use of single quote