CreaterOS opened this issue 4 years ago · 0 comments
/* 对多表连接进行查询 */ if ([[sql uppercaseString] containsString:@"JOIN"]){ //交给系统操作 return [self systemExec:ppDb sql:sql]; }