I have cruddy data in a field...
record_id:cruddy_data
1:1211
2:1215
3:1289
4:1311
5:1315
6:1389
7:13110
These character strings are actually 2 sets of 2- or 3-character strings stuck in the same column due to bad DB design. I cannot break the strings into 2 columns as the data is used by another system.
How could I select records where the second set of numbers is greater than 75 (example: record_id 3,6 & 7)? Can I select based on string position?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?
record_id:cruddy_data
1:1211
2:1215
3:1289
4:1311
5:1315
6:1389
7:13110
These character strings are actually 2 sets of 2- or 3-character strings stuck in the same column due to bad DB design. I cannot break the strings into 2 columns as the data is used by another system.
How could I select records where the second set of numbers is greater than 75 (example: record_id 3,6 & 7)? Can I select based on string position?
- - picklefish - -
Why is everyone in this forum responding to me as picklefish?