@Rafael Aguilar
Thank you for posting in Microsoft Q&A forum.
If we need have the word "ari" in the middle but not start with "ari", we may use the query:
Select * from SMS_R_System where Name like "%ARI%" and Name not like "ARI%"
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.