Matt Hudson: Postgres Query Boost: Using ANY Instead of IN

📝

内容提要

The IN operator has to be in the top-3 SQL-specific operators that people learn, the close competitors are LIKE and BETWEEN. Thus, IN feels familiar when crafting SQL: you can use it with nested...

🏷️

标签

➡️

继续阅读