05 2022 档案
oracle 簡單數表數據據備份
摘要:Create newtableasselect *from ori-tablewhere create_dt<=trunc(sysdate)-1; 阅读全文
posted @ 2022-05-31 17:32 Apeak 阅读(29) 评论(0) 推荐(0)
oracle 查询备份
摘要:Create r_ink_spc_data_t_20220530asselect *from r_ink_spc_data_twhere create_dt<=trunc(sysdate)-1; 阅读全文
posted @ 2022-05-30 17:49 Apeak 阅读(112) 评论(0) 推荐(0)
oracle一次获取多表数据
摘要:public static DataSet QuerySqls( List<string> listSelectSql, string strConn) { ConnectionStringSettings connStrSetting = GetConnStrSetting(strConn); u 阅读全文
posted @ 2022-05-30 10:43 Apeak 阅读(126) 评论(0) 推荐(0)
ToolTip
摘要:ToolTip TTip_copy = new ToolTip(); // TTip_copy.SetToolTip(this.exDgv_Receive, "復製成功!複製內容為:" + exDgv_Receive.Rows[e.RowIndex].Cells[e.ColumnIndex].Val 阅读全文
posted @ 2022-05-23 11:30 Apeak 阅读(166) 评论(0) 推荐(0)