Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

parse template between tables

formletters.body has text like: "Hi {name} at {email}, age {age}"

people table has fields like name, email, and age.

Now how make a query that replaces those template values with people fields?