Posts by Augusto Schultz • 23 points
2 posts
-
1
votes1
answer43
viewsQ: Search Word Combination in SQL (Redshift)
Dear friends, good afternoon. I have a table that stores the texts of messages exchanged by email and I need to identify the emails that comes with a set of words, for example: For any message that…
sqlasked Augusto Schultz 23 -
1
votes1
answer18
viewsQ: Compile information on the same line
I need help to compile information on a single line. Here’s an example of df: library(tidyverse) df <- tibble( Name = c("A", "A", "B", "B"), Week = c(100, NA, 200, NA), Weekend = c(NA, 2000, NA,…