Commit a0638d3cbf895e4abeb04713252668de7ad8e94f

Authored by 徐烜
1 parent 703d20db

Update

... ... @@ -259,11 +259,11 @@
259 259 </dependency>
260 260  
261 261  
262   - <!--<dependency>-->
263   - <!--<groupId>ojdbc</groupId>-->
264   - <!--<artifactId>ojdbc</artifactId>-->
265   - <!--<version>14</version>-->
266   - <!--</dependency>-->
  262 + <dependency>
  263 + <groupId>ojdbc</groupId>
  264 + <artifactId>ojdbc</artifactId>
  265 + <version>14</version>
  266 + </dependency>
267 267 </dependencies>
268 268  
269 269 <dependencyManagement>
... ...
src/test/resources/testdata/test5.txt
  1 +update bsth_c_s_sp_info a
  2 +set a.schedule_plan = (
  3 +select sp_id from bsth_c_s_sp_r_info b where a.id = b.sp_info_id
  4 +)
  5 +where a.schedule_plan is null
  6 +
  7 +select count(*) from bsth_c_s_sp_info
  8 +where schedule_plan is null
0 9 \ No newline at end of file
... ...