Hi Team ,We need to identify if a user's employee ID is even or odd. Based on whether the number is even or odd, we will assign birthright groups accordingly in our technical rules.Does the syntax CAST(RIGHT(employeeID, 1) AS UNSIGNED) % 2 = 0 suppor...