Answers for "invalid input syntax for type boolean"

SQL
0

invalid input syntax for type boolean

UPDATE categories 
SET epekcategoryid='27af8b1e-c0c9-4084-8304-256b2ae0c8b2',
    epekparentcategoryid='root' 
WHERE categoryId='281' 
  and siteid='0' 
  and categoryparentid='-1';

// You must separate fields in SET part with "," , not with "AND"
Posted by: Guest on September-20-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language