I want to make a query witch select only field doesn't contains the percent symbol "%".
this field takes values like 1, 1,5, 1,5%. I want select only 1 and 1,5 in this example.
my query is :
SELECT * FROM CommissionContract
WHERE commission DOESN'T CONTAINS THE SYMBOL "%"