I have what I believe is a tricky question. I am downloading data from one database system into mine every hour. I notice in the information from the database I'm downloading enters the engineer's comments every trip they make to a site.
So when we run reports from my database system it shows comments like this for example
Notes: Test
Notes: Test
Is their a way via sql to search through the text and only trim to one line instead of multiple so the notes will only say:
Notes: Test
Once.
Any information or tips will be greatly appreciated. Have a great day.
So when we run reports from my database system it shows comments like this for example
Notes: Test
Notes: Test
Is their a way via sql to search through the text and only trim to one line instead of multiple so the notes will only say:
Notes: Test
Once.
Any information or tips will be greatly appreciated. Have a great day.