目录一、WebSocket基础概念1.1 什么是WebSocket1.2 WebSocket与HTTP的区别二、Spring Boot集成WebSocket2.1 添加依赖2.2 配置WebSocket三、WebSocket常用使用方法3.1 简单消息收发3.2 点对点消息发送3.3 消息拦截与认
In a table, there is a column that contains ids separated by comas ex: \"159,167\" I want to do the equivalent of a join between this table and the table that contains those ids.