I have column with values like this:
$30K - $50K
How to extract lower limit? Is it possible do it in SQL query without writing own function?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it is possible ..
if you want to extract only lower limit value then you can use following query while selecting columns from your table —
else if you want to select with special character then you can use following statement –
please try it.. I don’t have MS-access in my machine else I would have tested this before posting ..