2017年6月7日
摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections;using System.Data.SqlClient;using System.Data;using System.Co 阅读全文
posted @ 2017-06-07 13:27 二代码农 阅读(709) 评论(0) 推荐(1) 编辑
摘要: package com.my.gethttpjsondata; import java.io.BufferedReader;import java.io.ByteArrayOutputStream;import java.io.InputStream;import java.io.InputStre 阅读全文
posted @ 2017-06-07 13:07 二代码农 阅读(2241) 评论(0) 推荐(0) 编辑
摘要: select OrderID,ProdDetailID from A 表A : OrderID,ProdDetailID 1 6 1 7 1 9 2 5 2 3 如:orderID=1 的列转行select STUFF((SELECT ','+ cast(ProdDetailID as varcha 阅读全文
posted @ 2017-06-07 11:24 二代码农 阅读(450) 评论(0) 推荐(0) 编辑