3.寫SQL:同一ID,如果時間連續兩天flag爲1,則把第二天...第N天的flag修改爲0。 update interval_test set interval_test.flag= '0' where exists ( ...
確定! 回上一頁