Files
mmt_sql/onetime/configentries/DBSTD_config.sql
2021-07-02 08:40:37 +00:00

13 lines
1.2 KiB
SQL
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
insert into transactional.source_config
(file_mnemonic,file_sheet_mnemonic,block_tag,f1_modified,f1_keyword)
values ('DBSTD','DBSTD_TEST','DBSTD_Test_H1','Test Request no.','Test Request no.'),
('DBSTD','DBSTD_TEST','DBSTD_test_engine_RPM','Engine (RPM)','Engine (RPM)'),
('DBSTD','DBSTD_TEST','DBSTD_test_test_condition','Test condition','Test condition'),
('DBSTD','DBSTD_TEST','DBSTD_test_drawbar_performance_selected_summary','Drawbar Performance Test Results (Selected Summary)','Drawbar Performance Test Results (Selected Summary)'),
('DBSTD','DBSTD_TEST','DBSTD_test_drawbar_performance_gear_performance','Drawbar Performance Test Results (Gear Performance Test)','Drawbar Performance Test Results (Gear Performance Test)'),
('DBSTD','DBSTD_TEST','DBSTD_test_test_equipment','Test equipments used','Test equipments used'),
('DBSTD','DBSTD_TEST','DBSTD_test_tractor_specifications','Tractor specification','Tractor specification'),
('DBSTD','DBSTD_TEST','DBSTD_test_transmission','Transmission','Transmission'),
('DBSTD','DBSTD_TEST','DBSTD_test_graphical_data','GRAPHICAL DATA','GRAPHICAL DATA'),
('DBSTD','DBSTD_TEST','DBSTD_test_photos','PHOTOS','PHOTOS'),
('DBSTD','DBSTD_TEST','DBSTD_test_remarks','Remarks','Remarks');