I have this query : ...select '[' + p.Firstname + ']' from Person p
where p.Firstname = 'Johanne'
...In the table, I have multiple personne who have this firstname, and some have a trailing space on the value (bad insertion of the values, it will be corre...