I have a column of partial docket numbers.
docket_number
-------------
08DR2197
17JV1398
98JV2954
84JS249
76JV16391
66JV1616
If the docket number begins with a 6, 7, 8, or 9 then insert a "19" to the beginning of the docket number. If the docket number begins with anything else, then insert a "20" to the beginning of the docket number. Results would look like this.
docket_number
-------------
2008DR2197
2017JV1398
1998JV2954
1984JS249
1976JV16391
1966JV1616