如何查询4gl代码里面的临时表
bron1984 6年前 (2019-04-30) 3588浏览
例如你在4GL中有创建一个临时表: drop table q104_sfb2 #临时表 create temp table q104_sfb2( pbi varchar(30), ...
bron1984 6年前 (2019-04-30) 3588浏览
例如你在4GL中有创建一个临时表: drop table q104_sfb2 #临时表 create temp table q104_sfb2( pbi varchar(30), ...