Quantcast
Channel: Installing and upgrading help
Viewing all articles
Browse latest Browse all 47352

Re: Upgrade: mod-quiz duplicate key row error

$
0
0
by Luis de Vasconcelos.  

The one that you origionally posted and shows the duplicates:

SELECT question, attempt, seq_number,
COUNT (seq_number) AS NumOccurrences
FROM mdl_question_states
GROUP BY question, attempt, seq_number
HAVING (COUNT(seq_number) > 1)


Viewing all articles
Browse latest Browse all 47352

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>