I have a bunch of data in a field that I need to extract into 3 different fields named: thickness, width and length.
For example, with this text string: 025PC.080X12.0X12.0
I want to extract .080 = thickness, 12.0 = width, and 12.0 = length and plug that data into their respective fields...
I have a query that I run monthly that contains a rolling 18 months of data. Therefore, the oldest month will drop off and a new month will be added so the months and years will change. I want to rename the fields a generic name such as Month1, Month2, etc. Can I do this in SQL?
This is my...
I am trying to show a rolling 18 months in my report. This will change monthly. I have two crosstab queries created for 2006 and 2007. I have them joined together in another query. There will always be 6 months without values between those two queries. Is there in any way in a crosstab...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.