I'm stumped and my brains are fried!!!!
I have the following data
+-------+------------------------------+------------+
| resID | FLEName | VersionNbr |
+-------+------------------------------+------------+
| 1 | 35_laserdatandr ia2104.zip | 1.0 |
| 2 | 35_laserdatandr ia2104[1].zip | 1.23 |
| 3 | 35_microweb1.31 .zip | 1.0 |
| 4 | 35_microweb1.31[1].zip | 1.234 |
| 5 | 35_microweb1.31[2].zip | 1.345 |
| 6 | 35_microweb1.31[3].zip | 1.456 |
+-------+------------------------------+------------+
I need to be able to return only resID 2 and 6.
Can anybody give me any directions on how to do this?
Many thanks
---------------------------------------------------------------
jnorthau@yourpa ntsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
I have the following data
+-------+------------------------------+------------+
| resID | FLEName | VersionNbr |
+-------+------------------------------+------------+
| 1 | 35_laserdatandr ia2104.zip | 1.0 |
| 2 | 35_laserdatandr ia2104[1].zip | 1.23 |
| 3 | 35_microweb1.31 .zip | 1.0 |
| 4 | 35_microweb1.31[1].zip | 1.234 |
| 5 | 35_microweb1.31[2].zip | 1.345 |
| 6 | 35_microweb1.31[3].zip | 1.456 |
+-------+------------------------------+------------+
I need to be able to return only resID 2 and 6.
Can anybody give me any directions on how to do this?
Many thanks
---------------------------------------------------------------
jnorthau@yourpa ntsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
Comment