latest_mmt_version

This commit is contained in:
Deepthi
2021-06-21 12:35:07 +05:30
parent 559fa36e6a
commit b4d396929e
425 changed files with 65022 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
drop function if exists staging2.fn_dummy;
CREATE OR REPLACE FUNCTION staging2.fn_dummy()
RETURNS void AS $$
begin
select f1_modified='Test equipments used' from transactional.source_config;
end
$$ LANGUAGE plpgsql;