feat(querys): plant query for gln and label data for sscc and other info
This commit is contained in:
12
server/services/sqlServer/querys/dataMart/plantInfo.ts
Normal file
12
server/services/sqlServer/querys/dataMart/plantInfo.ts
Normal 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]'
|
||||
|
||||
`;
|
||||
Reference in New Issue
Block a user