select * from information_schema.tables where table_name=('pg_class' OR true)
When using the above query it is throwing an error
invalid input syntax for type boolean
What are the reasons for it?
invalid input syntax for type boolean
|