摘要:
如下表: 表名:Test IDRowIDCol1Col2 11AA 21BA 31AB 41CB 1,查找表中字段重复的只查找一次 select distinct Col1 from Test ; select Col1 from Test where ID in(select min(ID) fr 阅读全文
posted @ 2018-07-05 10:48
雷林鹏
阅读(274)
评论(0)
推荐(0)
摘要:
int [] numbers = new int[5]; // 长度为5,元素类型为 int。 string[,] names = new string[5,4]; // 5*4 的二维数组 byte[][] scores = new byte[5][]; // 长度为 5 的数组,元素为 byte 阅读全文
posted @ 2018-07-05 10:47
雷林鹏
阅读(300)
评论(0)
推荐(0)
浙公网安备 33010602011771号