摘要:
有表A,结构如下: A: p_ID p_Num s_id 1 10 01 1 12 02 2 8 01 3 11 01 3 8 03 其中:p_ID为产品ID,p_Num为产品库存量,s_id为仓库ID。请用SQL语句实现将上表中的数据合并,合并后的数据为: p_ID s1_id s2_id s3_ 阅读全文
posted @ 2020-06-11 12:38
po-A
阅读(311)
评论(0)
推荐(0)
摘要:
bat遍历文件夹,输出当前文件夹下所有文件 到fileName.txt文件。 运行前先找小文件夹测试一下。 Dir *.* /B > fileName.txt for /r %cd% %%i in (*.*) do ( echo %%i >> fileName.txt ) 结果例子: fileNam 阅读全文
posted @ 2020-06-11 00:08
po-A
阅读(1920)
评论(0)
推荐(0)
浙公网安备 33010602011771号