不使用string_split或过程/函数,
需要从另一个表中创建一个新表,该表的一列带有定界和自由格式文本。
常见的分隔符是//this gets set with a concrete case like above
AbstractProcessor<?> processor;
...
//this astModel gets processed with the respective processor,
//where I expect the process method only getting called for the correct types (in this case only when coming over elements of type CtClass),
//but the method gets called for all types of CtNamedElement, not only for those of type CtClass
this.astModel.processWith(processor);
和;
因此,每列将在表中创建新行,并通过添加ID列来分配新的唯一ID。
这是创建主表的尝试。
示例:每个学生可以由不同的老师教。
教师在,
或,
分隔的字段中。
相同的老师也教其他孩子,但是在主表中他们只需要存在一次。
几年前,我已经在oracle中完成了这类查询,现在在SQL中找不到一半的函数,而且我拥有一些不推荐使用的旧版本的最新版本。
即使是部分解决方案也会有很大帮助。