Answers for "where condition not working in postgres"

SQL
0

postgresql where clause not working

SELECT *
FROM
   logs
WHERE
   type = 'Exception';

// note the use of single quote
Posted by: Guest on May-18-2021

Code answers related to "where condition not working in postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language