I have what should be a simple query to do, but for the life of me I'm stuck. Dealing with a data import from a client who converted their ID String from numeric to 6 digit numeric. (ie... record with id of 3841 is now 003841) I won't go into all the bs details of why we can't just redo the import, suffice it to say I'm stuck fixing it manually.
Basically, I need to select rows from the table where ID 3841 = ID 003841. Can someone point me in the right direction?
Basically, I need to select rows from the table where ID 3841 = ID 003841. Can someone point me in the right direction?