libname ABCDEFGH postgres server="Server_Address.com" port=5432 user=kevin password="P@ssW0rd" database=DBName schema=SchemaName; Data work.Concatenate_example; sentence_1 = 'The quick brown fox'; sentence_2 = 'jumped over the lazy dog'; full_sentence = CAT(sentence_1, sentence_2); run; |
sentence_1 | sentence_2 | full_sentence |
---|---|---|
The quick brown fox | jumped over the lazy dog | The quick brown foxjumped over the lazy dog |
Kevin Regan
Have an article, idea, found a typo, want to contribute? Shoot me an email
Here
Below are links to some Udemy Data Science Courses. I've been using Udemy for a number of years now, and I've found their courses super helpful, maybe you will also.