I have some numbers<br>13, 34, 12, 36, 8, 18, 49<br><br>I want to run a query that returns the folling<br><br>12, 36, 18 <br>which are all divisible by 6. I know how to do it in Visual Basic using the mod operator or / operator. But I want to do it in SQL.<br>