Hi experts,
I have a requirement where i have to compare grade of an employee.i have list of grades maintained in a table in the form of
M1,M2,M3,M4,M5,M6,M7,S1,S2,S3.
Example: i need to check if grade >= M1.
But how do i check this and using which logical operator.
Thanks.