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.

screenshot

select cola, colb, colc, cold, (select cole table cola=120) cole table cola = 122 

just using nested select cole , giving alias column.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -