How can I select the rows that appear before a specific value?

后端 未结 0 742
鱼传尺愫
鱼传尺愫 2020-12-11 05:15

I have a table with the following information:

CREATE TABLE A (
    ID int,
    start_date varchar(255),
    effdate varchar(255),
    enddate varchar(255),
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题