如何使用SQLite通过Ids将表连接在一起?

问题描述

我无法连接部分桌子。我要把人民的姓氏和姓氏以及他们的利益联系起来。我收到以下错误消息:“ [1] [sqlITE_ERROR] sql错误或缺少数据库(模糊的列名:pi.PersonID)”

#include "cashflowschedule.h"
...
    qmlRegisterType<CashFlowSchedule>("cpps",1,"CashFlowSchedule");
...    

解决方法

不要混合使用隐式显式联接!您似乎想要:

Publisher

在这里,每个表仅在@Bean FluxMessageChannel filesChannel() { return new FluxMessageChannel(); } @Bean public IntegrationFlow reactiveSource() { return IntegrationFlows .from(Files.inboundAdapter(new File(".")) .patternFilter("*.csv"),e -> e.poller(Pollers.fixedDelay(1000))) .channel(filesChannel()) .get(); } @GetMapping(value = "/files",produces = MediaType.TEXT_EVENT_STREAM_VALUE) public Flux<String> files() { return Flux.from(filesChannel()) .map(message -> ((File) message.getPayload()).getAbsolutePath()); } 子句中出现一次,并带有相关的连接条件。