13 lines
263 B
TypeScript
13 lines
263 B
TypeScript
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]'
|
|
|
|
`;
|