Extract numbers

  • Thread starter Thread starter Pietro
  • Start date Start date
P

Pietro

Hi,
I have a field in my database where it's written "1d" or "12d" ecc..
I want to use an equation in a query to display the number included in this
field only,meaning another field where it's written "1" or "12"
how can i do this ?
 
KARL's solution is correct but it is a violation of first normal form to
store multiple attributes in a single column. You are better off splitting
this field into two columns if possible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top