db2 - SQL nested select statement; -
i need make new table based on datatable schema. not sure if can using nested sql select statements or else.
select cola, colb, colc, cold, (select cole table cola=120) cole table cola = 122
just using nested select cole , giving alias column.
Comments
Post a Comment