Skip to Content
0
Former Member
Aug 29, 2007 at 01:20 PM

there is better way for this select?

60 Views

hallow

there is a better way to do this select (not a1,a2,a3....)

in proj_tab_name there is more fields then op1....op2

SELECT op01 op02 op03 op04 op05 op06 op07 op08 op09 op10 op11 op12

FROM (proj_tab_name)

INTO TABLE truma_tab

WHERE zyear = year.

Regards