Spring boot 使用schema-oracle.sql 出错
declare num number;
begin
select count(*) into num from all_tables where table_name = upper('t_record');
end;
----------------------------------------------------------------------------------------------
PLSQL可以执行的,spring boot 就不行。