sql 字符窜拼接(关键字 for xml path(''"))/sql读取xml方法介绍/OPENXML 读取节点和节点中的属性
create table student( student_name varchar(50), course_name varchar(50))insert into student values('张三' ,'英语' )insert into student values('李四', '语文' )insert into student values('李四' ,'英语' )