News
Well, if you happen to be using Sql Server you can do that sort of thing in T-Sql. In Oracle, you can also accomplish the same thing using pl/sql. Either way i'd do it in a stored procedure.<BR ...
Not open for further replies. select id, value1, value2, 1 as type from tab2; select id, value1, value2, 2 as type from tab1 where tab1_value1 = "B" and tab1_value2 <> "C"; select id, value1 ...
For example, type:select * from example_data where ROWNUM = (select max (ROWNUM) from example_data) Type "; " to run the SQL query.Oracle returns the largest row number appended to the database.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results