I need your support to put together a query that allows me to ungroup a column with multiple values in a single line in this case the column CONDICIONES
:
I have the CONDICIONES
table with the columns Hora TRX; Fecha TRX; Condiciones; Código Cliente
.
In my Teradata query, I am making it look for the conditions:
WHERE CONDICIONES LIKE ANY ('%0800%', '%0801%', '%0805%', '%0806%', '%0821%'|;
but the ungrouped information does not throw me away.
What I need is the query to return the following result:
Desired output:
Table: