Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
(one-time only):
create table SEARCH_VALS (vals varchar2(15));
insert into SEARCH_VALS values('BR00683850');
insert into SEARCH_VALS values('BR00683851');
et cetera
(as-needed query):
SELECT substr(LTRIM(gridbd,'BR'),1,8)
FROM grupmm, search_vals
WHERE gridbd = vals
order by gridbd;