--符合规范:
select column1, column2, column3
into i_l_variable1, i_l_variable2, i_l_variable3
from t_tablename
where column4 = value
order by column2;
select column1, column2, column3
into i_l_variable1, i_l_variable2, i_l_variable3
from t_tablename
where column4 = value
order by column2;