Skip to content
Advertisement

I cant do a select by one of its parameters even if it exists in the database. Encoding issues? PostgreSQL

I have a postgresql database snapshot with the following structure

But it has some weird issues, for example I have this data

Some example of data is:

Well the problem is now that I do this select

0 returns

But if i do

It does return the result

What is going on? It works with some addresses, but doesn’t with others

Advertisement

Answer

The issue was related with tolowercase lol, I was doing the select in my script with uppercase

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement