XML Path 3 Levels
Thanks a lot,However, does that mean that I would need to insert each element in the Positions field hard-coded? In other words, what if any new position arises tomorrow like Assistant Vice President,...
View ArticleXML Path 3 Levels
Thanks a lot,However, does that mean that I would need to insert each element in the Positions field hard-coded? In other words, what if any new position arises tomorrow like Assistant Vice President,...
View ArticleXML Path 3 Levels
create table test(Department varchar(50), Positions varchar(50), Members varchar(50)) insert into test values('Dept_A','Assistant_Manager','Employee_A') insert into test...
View ArticleXML Path 3 Levels
With a table like:Department | Positions | MembersDept_A | Assistant_Manager | Employee_ADept_A | Manager | Employee_BDept_B | Assistant_Manager | Employee_CDept_B | Manager | Employee_DDept_B |...
View Article