Skip to content

Wildcard for string before @ character

How would I use a wildcard to filter out any permutation of the following. There can be any number of zeros before the “@” character. Example Basically, I’m looking to wildcard any email address with only zeros before the @ character. Any help would be greatly appreciated Thank you ! Smiddy …

create an output column

I’m working on a customer level, and I have a column that contains the 3 types of products I’m selling, what I want is to know every customer what products they already purchased? but what if that …

Tricks to exceed column limitations in SQL Database

Hello swarm intelligence! I have the following use case: For every movie that is requested by a user, I create a number of tags for that specific movie, derived from several sources (actors, plot etc.. ). I will use this data for associaton mining. The problem: If I use the movie for rows and the tags for col…