
Easy Urgent Query Problem HELP!!
Hi, I have an urgent query problem in SQLSERVER 6.5 ...
I have a query like :
select CulA, CulB from Table1
The result is :
CUlA CulB
--------------------
1 5
2 6
3 5
4 6
5 5
I want to show the result like this :
CUlA CulB
--------------------
1 CTRL
2 DATA
3 CTRL
4 DATA
5 CTRL
It is not allowed to create an extra table in the database !!
Please help me,
Regards,