Skip to content
Advertisement

how can I select a rows that repets two atributtes

I have a table with Destino and Tronco, Fecha and I need to group the Destino and Tronco that repeats

enter image description here

The result is empty but if I Select without the counting this goes out

enter image description here

Advertisement

Answer

Do you mean that EITHER the Destino or Tronco repeat? What you’re currently doing is looking for a repeating of the combination of the two of them – which doesn’t exist in your sample data list.

If so, see if the following returns what you are after.

If not, please provide sample data including records you think should appear in you initial query.

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement