简单实用SQL脚本

行列互转 create   table  test(id  int ,name  varchar ( 20 ),quarter  int ,profile  int )  insert   into  test  values ( 1 , ' a ' , 1 , 1000 ) insert   into  test  values ( 1 , ' a ' , 2 , 2000 ) insert  
相关文章
相关标签/搜索