The ultimate MySQL legacy database nightmare

前端 未结 4 2197
鱼传尺愫
鱼传尺愫 2021-02-14 08:46

Table1: Everything including the kitchen sink. Dates in the wrong format (year last so you cannot sort on that column), Numbers stored as VARCHAR, complete addresses in the \'st

4条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-14 09:19

    Can't you use the existing code which accesses this database and adapt it to your needs? Of course, the code must be horrible, but it might handle the database structure for you, no? You could hopefully concentrate on getting your work done instead of playing archaeologist then.

提交回复
热议问题