Answers for "why is where query not working 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 "why is where query not working postgres"

Code answers related to "SQL"

Browse Popular Code Answers by Language