feat(querys): plant query for gln and label data for sscc and other info

This commit is contained in:
2025-03-10 16:59:17 -05:00
parent 123d8a09ba
commit 995311c563
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
export const plantInfo = `
select werkkurzbez as plantToken,
gln,
IdAdressen as addressId,
Bezeichnung as addressDecriptuion,
Strasse as streetAddress,
plz as zipcode,
ort as cityState
--,*
from alplaprod_test1.dbo.T_Adressen where werkkurzbez = '[token]'
`;