So this is what I am tryng to do. The goal is to produce a temp table where the columns are numbered 1 to 10.
The following sql statements produces PART of the data that is required content:
select Count(*) as _Count,RuleNa
So this is what I am tryng to do. The goal is to produce a temp table where the columns are numbered 1 to 10.
The following sql statements produces PART of the data that is required content:
select Count(*) as _Count,RuleNa