2012年8月8日
摘要: We have 2 tables related as one-to-many. How can we fetch parent table field, and child table values comma-delimited ? The function below demonstrates a technique how to convert table values into comma-delimited string with one query.ALTER FUNCTION F_GET_STR(@p_order_id int)RETURNS varchar(1000)AS . 阅读全文
posted @ 2012-08-08 12:12 cw_volcano 阅读(184) 评论(0) 推荐(0)