Template string with values

Output

select *
from orders
where order_reference = 123
  and order_status = 'shipped'
limit 10