Filtering with OR and taking only one row if both restrictions are satisfied

后端 未结 0 1799
伪装坚强ぢ
伪装坚强ぢ 2021-01-13 14:48

I have the following data:

CREATE TABLE #events (vehicleid int, time datetime, contextid nvarchar(20), value nvarchar(10))

INSERT INTO #events VALUES (26605,         


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