Can't help myself:
    
    
    const data: SqlQuery = sqls:
      SELECT Pet.name
      FROM Pet
      INNER JOIN House
        ON House.id = Pet.houseId
      WHERE House.country = "CA"
    
    
    Run

That would be really clean.

Reply via email to