摘要: 在项目文件中增加 <PropertyGroup Label="Globals"> <!-- .... --> <VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet> <VcpkgTriple 阅读全文
posted @ 2021-02-24 15:39 wolbo 阅读(234) 评论(0) 推荐(0)
摘要: set @suffix := (SELECT DATE_FORMAT(now(), '%Y_%m_%d')); SET @x := CONCAT('select * from alarm_',@suffix) ; Prepare stmt FROM @x; Execute stmt; 阅读全文
posted @ 2021-02-24 11:13 wolbo 阅读(1100) 评论(0) 推荐(0)