摘要:
Create Table #B(PersonID Int, B Varchar(5000))Insert Into #B(PersonID, B)Values(2,'AAAAAAAAAAAAAAAAAAAAA') Insert Into #B(PersonID, B)Values(1,'AAAAAA 阅读全文
摘要:
Create Table #AAA( WindowNo Varchar(50))Insert Into #AAA(WindowNo)Values('2窗口')Insert Into #AAA(WindowNo)Values('3窗口')Insert Into #AAA(WindowNo)Values 阅读全文
摘要:
procedure TForm1.btn4Click(Sender: TObject); var Str :String; D :tDatetime; a:Double; function DateTimeToUnixDate(const ADate: TDateTime): Longint; co 阅读全文