The eq operator can only be used in comparisons, in IF and WHERE for example. The = operator can be used both in comparisons and in assignments.
Some people think it's easier to read the code if using different operators in assignment and comparison statements, but technically, there is no difference.
/Linus
Data never sleeps