So...
`SELECT x FROM y WHERE x LIKE CONCAT('v', '%')` does not work
But
`SELECT x FROM y WHERE x LIKE 'v%'` does, as does
`SELECT x FROM y WHERE x LIKE 'v' || '%'`
Please. #Postgres and #PostgreSQL community, make it make sense???
Developer, harpist, time traveler from the moment right before this one; so don't ask me, I just got here.
It was still a stupid, stupid, stupid, stupid, stupid, stupid, stupid, stupid plan.
Languages | en;fr |
Pronouns | he/him |
Geo | 39.2904° N, 76.6122° W |
So...
`SELECT x FROM y WHERE x LIKE CONCAT('v', '%')` does not work
But
`SELECT x FROM y WHERE x LIKE 'v%'` does, as does
`SELECT x FROM y WHERE x LIKE 'v' || '%'`
Please. #Postgres and #PostgreSQL community, make it make sense???
The Trump admin has cancelled the panels that approve NIH grants, and is also banning scientists from communicating with the public, attending conferences, and hiring.
The NIH is the largest public funder of biomedical research in the world. This will severely halt the development of many lifesaving treatments. Absolutely devastating.