Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
silverspring
Starting Member
1 Post |
Posted - 2006-04-25 : 15:31:37
|
Hi,I have column with alphanumberic fields like: trader1.dbpt1234.mcxlabc243.cexl234-lab.cxclThere are following characteristics of this data:-fifth last place is always decimal-always four characters after the decimalWhat I want:-only those rows which have ".mcxl" at the end-rows should NOT have numbers in them-rows should not have "-" in them-want to sort according to the length, shortest should come firstPlease guide how to accomplish all this on MS Access in SQL statementthanks for the help,Silverspring |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2006-04-26 : 09:27:51
|
Sounds like an interview question. |
 |
|
|
|
|