Insert Table 1 d in table 1 d

Hello:

I have two indicators if table 1 d

I want to margin between these two table and get the final result of the 1 d array

Table 1

5

6

Table 2

7

8

9

I want to get the final result of table 1 d

5

6

7

8

9

can someone help

Thank you

Hello

You can use the function "buid array.

Your two tables on the 'build' of wire table, then right-click on the function "create array" and select "Concatenate".

It'll work like a charm!

Tags: NI Software

Similar Questions

  • Cannot insert table

    I can't insert a table into my file.  What Miss me?  The options are grayed out.

    Tables behave as objects incorporated (in the text). You must have a direct insertion point (blinking cursor) to insert a table. So if you shoot a block of text, then click on it to set an insertion point, the Insert Table command becomes available.

  • Insert table with stored procedure

    Hello

    is it possible to use bind insert table in odp.net that calls a stored procedure, or who loses the point of contact of the table?

    I need to do at once two insertions in a parent table and the child table (get the primary key generated by a sequence in the first table.). Don't know if this can be done without storing seq.next_val somehow?

    Edit: I will extend the question and ask if the table bind sql text can be a block anonymous plsql

    Edited by: KarlTrumstedt 16-jun-2010 02:49

    You can do both. You can table insert a stored procedure and an anonymous block.

    Here's how (these are based on the ArrayBind example provided with the installation of ODP.net/ODT.

    Installation program:

    create table zdept (deptno number, deptname varchar2(50), loc varchar2(50));
    
    CREATE OR REPLACE PROCEDURE ZZZ (p_deptno in number, p_deptname in varchar2, p_loc in varchar2) AS
    begin
        insert into zdept values(p_deptno , p_deptname || ' ' || p_deptname, p_loc );
    end zzz;
    
     /**
     drop table zdept ;
     drop procedure ZZZ ;
     **/
    

    table and link it to the stored procedure call:

       static void Main(string[] args)
        {
          // Connect
          string connectStr = "User Id=;Password=;Data Source=";
    
          // Setup the Tables for sample
          Setup(connectStr);
    
          // Initialize array of data
          int[]    myArrayDeptNo   = new int[3]{1, 2, 3};
          String[] myArrayDeptName = {"Dev", "QA", "Facility"};
          String[] myArrayDeptLoc  = {"New York", "Maryland", "Texas"};
    
          OracleConnection connection = new OracleConnection(connectStr);
          OracleCommand    command    = new OracleCommand (
            "zzz", connection);
          command.CommandType = CommandType.StoredProcedure;
    
          // Set the Array Size to 3. This applied to all the parameter in
          // associated with this command
          command.ArrayBindCount = 3;
          command.BindByName = true;
          // deptno parameter
          OracleParameter deptNoParam = new OracleParameter("p_deptno",OracleDbType.Int32);
          deptNoParam.Direction       = ParameterDirection.Input;
          deptNoParam.Value           = myArrayDeptNo;
          command.Parameters.Add(deptNoParam);
    
          // deptname parameter
          OracleParameter deptNameParam = new OracleParameter("p_deptname", OracleDbType.Varchar2);
          deptNameParam.Direction       = ParameterDirection.Input;
          deptNameParam.Value           = myArrayDeptName;
          command.Parameters.Add(deptNameParam);
    
          // loc parameter
          OracleParameter deptLocParam = new OracleParameter("p_loc", OracleDbType.Varchar2);
          deptLocParam.Direction       = ParameterDirection.Input;
          deptLocParam.Value           = myArrayDeptLoc;
          command.Parameters.Add(deptLocParam);
    
          try
          {
            connection.Open();
            command.ExecuteNonQuery ();
            Console.WriteLine("{0} Rows Inserted", command.ArrayBindCount);
          }
          catch (Exception e)
          {
            Console.WriteLine("Execution Failed:" + e.Message);
          }
          finally
          {
            // connection, command used server side resource, dispose them
            // asap to conserve resource
            connection.Close();
            command.Dispose();
            connection.Dispose();
          }
        }
    

    "anonymous plsql block.
    Well Yes

        static void Main(string[] args)
        {
          // Connect
          string connectStr = "User Id=;Password=;Data Source=";
    
          // Setup the Tables for sample
          Setup(connectStr);
    
          // Initialize array of data
          int[]    myArrayDeptNo   = new int[3]{1, 2, 3};
          String[] myArrayDeptName = {"Dev", "QA", "Facility"};
          String[] myArrayDeptLoc  = {"New York", "Maryland", "Texas"};
    
          OracleConnection connection = new OracleConnection(connectStr);
          OracleCommand    command    = new OracleCommand (
            "declare dnumber number; dname varchar2(50) ; begin dnumber := :deptno;dname := :deptname;insert into zdept values (:deptno, :deptname, :loc); update zdept set deptname=dname || :loc where deptno = :deptno; end;", connection);
    
          // Set the Array Size to 3. This applied to all the parameter in
          // associated with this command
          command.ArrayBindCount = 3;
          command.BindByName = true;
          // deptno parameter
          OracleParameter deptNoParam = new OracleParameter("deptno",OracleDbType.Int32);
          deptNoParam.Direction       = ParameterDirection.Input;
          deptNoParam.Value           = myArrayDeptNo;
          command.Parameters.Add(deptNoParam);
    
          // deptname parameter
          OracleParameter deptNameParam = new OracleParameter("deptname", OracleDbType.Varchar2);
          deptNameParam.Direction       = ParameterDirection.Input;
          deptNameParam.Value           = myArrayDeptName;
          command.Parameters.Add(deptNameParam);
    
          // loc parameter
          OracleParameter deptLocParam = new OracleParameter("loc", OracleDbType.Varchar2);
          deptLocParam.Direction       = ParameterDirection.Input;
          deptLocParam.Value           = myArrayDeptLoc;
          command.Parameters.Add(deptLocParam);
    
          try
          {
            connection.Open();
            command.ExecuteNonQuery();
            Console.WriteLine("{0} Rows Inserted", command.ArrayBindCount);
          }
          catch (Exception e)
          {
            Console.WriteLine("Execution Failed:" + e.Message);
          }
          finally
          {
            // connection, command used server side resource, dispose them
            // asap to conserve resource
            connection.Close();
            command.Dispose();
            connection.Dispose();
          }
        }
    
  • How can I insert a n-dimensional table using Insert table subset?

    I am able to insert a row or a column in the table. But how do I insert a table 2D or 3D in an existing table?

    Kind regards

    Adel SR

    Just it wire in.  Here is a 2D chart inserted into a 3D (at the beginning of the 3D table)...

    BS

  • Please help, insert table 1 d 2d array

    Hello

    I'm trying to insert a line of table 1 d in table 2d, but it must be placed in the index as the starting point.

    For example, line 1, column 2. = starting point.

    I already wrote the program, but the result is not that I want to.
    As shown in the picture, a number of 6 in. (0.2), it must be placed in a yellow highlight.

    Please help and guide me.

    Hey fatty,

    using shift registers:

    It is perhaps a good idea to include some range checks, because it is not possible to replace the non-existing items...

  • Table 2D cluster table how insert table 2d of strings in an array of cluster?

    I have a cluster with 4 channel 3 elements of the string constants and 1 is a list box drop-down chain.

    I can save the Bay of cluster to deposit without any problem.

    Now, I want to read the file is saved in the Bay of cluster.

    How can I insert a table 2d of strings into an array of cluster?

    rcard53762 wrote:

    I have a cluster with 4 channel 3 elements of the string constants and 1 is a list box drop-down chain.

    I can save the Bay of cluster to deposit without any problem.

    Now, I want to read the file is saved in the Bay of cluster.

    How can I insert a table 2d of strings into an array of cluster?

    It would be useful to have an example of what real cluster Bay look like the typical data. One way to do is by saving the content of the table cluster in a configuration file (.ini extension) and then use the OpenG screws of the Variant Configuration file to store and retrieve data from the configuration file. You can get these screws in the VI package manager.

    Here is an example. The generated configuration file is also attached.

    Ben64

  • Insert tables in the tables

    Well, it is a Board problem.  I have an experience that changes the parameter 1 (temp), then parameter change 2 (v) a number of times, with data output.  the process is then repeated.  I would like to get a picture that looks like

    V1 T1 data table

    V2 T1 data table

    V3 T1 data table

    V1 T2 data table

    V2 T2 data table

    V3 T2 data table

    V1 T3 data table

    etc.

    'case 2' is my first attempt at implementation of the table in the data stream to write the file.  Clearly, this does not work and does not the data of the most recent temperature.

    'case 4' is my last attempt.  I enter all the data in a table, but it seems that it is an array of 3 - d when the schema specifies only 2D table.

    The problem is at the end of the block diagram.  Any advice on cleaning the other parts of the program are also accepted (Note: the interface should avoid visa - for reasons that I won't go in).  I'm sure it's a quick fix and thank you for taking the time to help me.

    Some ideas I had, but has failed to implement create a sub-table and inserting them in a main draw (4 cases).  Creation of 2D (outside the cycle of volt) tables and add them.  Insertion of simple elements in arrays of brute force (I know not how to do this, but there must be an easier way, it comes to Labview).

    Maybe you are frustrated to see the table reset with each iteration, showing that the current measure. Shift registers are your solutions:

    Of course, as Jorn wrote, if you have a large number of measures you should initialyze the table with the appropriate number and the use of 'replace' instead of 'Building the table', but it seems that this is not your case.

    LVM/TOC files are not Excel files, but can be imported using TDM Excel Add - In. In addition, you can write directly to Excel using automation or screw of Report Generation Toolkit, if you (search in the finder of the example excel).

  • Insert table elements

    Hello, I am new to Labview. I need to build a 1 d array of 10 items. I have a digital control to insert items to the table. Every time that, if I change a digital command value, element should be inserted in table. I would do it with registers at offset. Help, please. Thank you.

    Like this?

  • Word 2007 - Insert Table of contents constantly causes problems, computer crash!

    I have problems with the functionality of Table of contents for the word.

    I have Microsoft Office 2007 (Home and Student) and it's a genuine copy that I bought brand new an office supply store.

    The product works perfectly apart from the problem with the Table of contents.

    Whenever I try to insert a table of contents in a document, insert the table of contents, but then my CPU will jump up to 99 and Office will freeze (I need to CTRL + ALT + DELETE to quit the program, because I can't even click on the red box X on the corner). I tried to restart the computer, running virus scans, etc. I've been having this problem since I bought Office about 6 months ago and he won't let me create some very important documents.

    I find that the exact time of the accident the most often happens when I click somewhere on the table of contents after inserting the it. In particular, it freezes at the present time any popup 'police' boring and useless box (small police box that arrives just above top of everywhere where the cursor was clicked). The police box appears completely (this is partly translucent) when it freezes.

    Does anyone have any ideas of how I can stop this problem happen? Or how I can stop the police zone little coming to hover above everything I click on?

    Hi qwerty1932,

    Thank you for visiting the website of Microsoft Windows Vista Community. The question you have posted is related to Microsoft Office, and would be better suited to the desktop support community. Please visit the link below to find a community that will provide the support you want.
    http://Office.Microsoft.com/en-us/help/FX100485361033.aspx?pid=CL100605171033

    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Insert tables from database Master_detail_detail web form with database adapter

    Hi all

    I have a web form of my payload that contains the business as master_detail_detail objects

    data association I map object [] as input to the collection service and be used to iterate it using "copy list", it works fine when I master_detail relationship and save on db correctly but when I card retail and events in a way even with the error:

    LIAISON. JCA-12563

    Exception occurred when the link was invoked.

    Exception occurred during invocation of the JCA binding: "JCA binding run reference operations"insert"has no reason of: no mapping not found Exception.»

    The descriptor [class dbReference.Mosavabe] [eghdamMosavab] mapping is not found. The input xml record was an element [Soratjalse/Mosavabe/eghdamMosavab].

    Most likely the wrong xml input variable (does not not to the xsd expected) was adopted at this invoke.

    Make sure that the input xml file is valid compared to the xsd and the mapping exists in the Mappings.xml. If an older version of the descriptor without this mapping has been loaded by the database adapter, you may need to bounce the application server. If the same descriptor is described in two separate Mappings.xml files, make sure that both versions include this attribute and mapping.

    ".

    The called JCA adapter threw an exception of resource.

    Please review the error message above carefully to determine a resolution.

    relationships are 1 to many so I want to have the number of records in detail

    dataA.png

    I found the problem...

    When we want to use complex associations that contains a lot of detail table, must use the XSL transform that placed in the top right corner in the implementation of data binding.

    This feature uses a for card auto xsl Editor.

    more explanations in the development chapter 5 book

    https://docs.Oracle.com/middleware/1213/BPM/docs.htm

  • Only insert table row with duplicates with the same information line

    Hello

    I have the following tables:

    (Registration) CREATE TABLE

    name varchar (10) NOT NULL,

    country of varchar (10) NOT NULL,

    Date of varchar (10) NOT NULL,

    [....]

    );

    and the second

    CREATE TABLE names

    name varchar (10) NOT NULL,

    country of varchar (10) NOT NULL,

    Date of varchar (10) NOT NULL,

    CONSTRAINT PK_names PRIMARY KEY (name, country);

    I'm trying to insert in the last lines of the table in the first table (REGISTRATION), but there is an error: "constraint unique (s.%s) violated.

    The insertion code I used is:

    INSERT INTO name (name, country, date)

    SELECT DISTINCT name, country, max (date) registration;

    The table ENTRIES have similar duplicate records as (I write only the corresponding columns of the table)

    NAME                         country                                        DATE

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    CSA.                             Fiji 1954-09-17

    ASC                              Fiji                                          1967-06-23

    I want to only insert names the first registry because it is the first date on the two registers.

    Thank you very much.

    Hello

    SELECT DISTINCT nombre_club, pais_club, max (fecha_fund_club) of INSCRIPTIONS;

    will give you the error

    ORA-00937: not a single group group function

    So I don't see how you can run the insert statement and get the unique constraint error

    I think that's what you wanted? Which should solve the unique constraint as the ORA-00937:

    INSERT IN TOWN (nombre_club, pais, ano_fundacion)

    SELECT nombre_club, pais_club, max (fecha_fund_club) of the Group of the INSCRIPTIONS of nombre_club and pais_club;

    Kind regards

    Thierry

  • Einfügen in muse - muse adobe table insert table

    Guten Tag

    Bin Neuling

    VIELLEICHT kann mir helfen someone

    Wie kann ich eine Tabelle EIB Adobe muse einfügen?

    How can I insert a table into a muse Web site

    Besten Dank

    VIELLEICHT hilft dieser Thread:

    What are the exact steps to get an array of Exel to Muse.

    Weitere Einträge visit the mit der l, input "Muse Excel."

  • CS6 insertion table combo box case

    In DW CS6, I build a site based on a template with three editable regions. I usually work in split mode, PHP-MySQL projects such as the current one, and I've been building sites based on Dreamweaver templates since 1998; but this problem has left me speechless. Everything works fine until I have to insert a table in one of the editable regions. This region becomes immediately not editable in Design view (but I can edit in code view). No matter how to insert the table - if I paste the code in another page where the table comes, if I use the DW function insert a table, or manually code from scratch. The result is the same - I can place is no longer a cursor in this editable area, in any window design.

    I think remember me CS5 a similar situation with a workaround which included triple clicking somewhere, but I was not able to see that in this forum or in the notes. Any suggestions?

    The validator can't possibly see PHP include statements (unless you have validated at the local level, which is the wrong thing to do), so right off the bat, I'm skeptical about your code, and so I agree with totally from Jon.

  • Insert table when missing data

    Hello
    I have the following table, for readability I cracked the after each manager for each file number. The last column is the cumulative sum of the second last column. Value for month should ideally go 1 - 3 (as we see in both cases to Chicago). But the table, you can see in some cases, some entries are missing (marked by <-).

    CITY CASE_NUMBER CASE MANAGER MONTHS MONTHLY_TOTAL FISCAL_TOTAL
    ---------------------------------------------------------------------------
    Chicago case_1 1 John 1 2 2
    Chicago case_1 1 John 2 3 5
    Chicago case_1 1 John 3 5 10

    Chicago case_1 Jeff 1 4 4 1
    Chicago case_1 Jeff 2 2 6 1
    Chicago case_1 Jeff 3 3 9 1

    Chicago case_2 John 2 1 3 3
    Chicago case_2 John 2 2 2 5
    Chicago case_2 John 2 3 4 9

    Chicago case_2 Jeff 2 1 2 2
    Chicago Jeff 2 2 7 9 case_2 < -.

    NewYork case_1 1 Lee 1 3 3
    NewYork case_1 Lee 2 4 7 1 < -.

    case_1 NewYork 1 Sue 1 2 2
    case_1 NewYork 1 Sue 2 3 5
    case_1 NewYork 1 Sue 3 2 7

    NewYork case_1 Lee 2 1 2 2
    NewYork case_1 Lee 2 2 4 6
    NewYork case_1 Lee 2 3 4 10

    NewYork case_1 Sue 1 3 3 2
    NewYork case_1 2 Sue 2 2 5 < -.


    What I want is first find the missing lines and insert values. To find those missing monthly_total = 0
    fiscal_total = value of the previous row. For example, for the missing first line should be:

    CITY CASE_NUMBER CASE MANAGER MONTHS MONTHLY_TOTAL FISCAL_TOTAL
    ---------------------------------------------------------------------------
    Chicago case_2 2 3 0 9 Jeff
    with t1 as (
                select  case_number,
                        max(month) month_count
                  from  tbl
                  group by case_number
               ),
         t2 as (
                select  case_number,
                        column_value month
                  from  t1,
                        table(
                              cast(
                                   multiset(
                                            select  level
                                              from  dual
                                              connect by level <= month_count
                                           )
                                   as sys.OdciNumberList
                                  )
                             )
               )
    select  max(city) over(partition by t2.case_number,manager) city,
            max(case) over(partition by t2.case_number) case,
            t2.case_number,
            t.manager manager,
            t2.month month,
            nvl(monthly_total,0) monthly_total,
            last_value(fiscal_total ignore nulls) over(partition by t2.case_number,manager order by t2.month) fiscal_total
      from      tbl t
              partition by(manager)
            right join
                t2
              on (
                      t2.case_number = t.case_number
                  and
                      t2.month = t.month
                 )
      order by t2.case_number,
               manager,
               month
    /
    
    CITY    CASE   CASE_NUMBER MANA      MONTH MONTHLY_TOTAL FISCAL_TOTAL
    ------- ------ ----------- ---- ---------- ------------- ------------
    chicago case_1           1 Jeff          1             4            4
    chicago case_1           1 Jeff          2             2            6
    chicago case_1           1 Jeff          3             3            9
    chicago case_1           1 John          1             2            2
    chicago case_1           1 John          2             3            5
    chicago case_1           1 John          3             5           10
    newyork case_1           1 Lee           1             3            3
    newyork case_1           1 Lee           2             4            7
    newyork case_1           1 Lee           3             0            7 <-- missing row
    newyork case_1           1 Sue           1             2            2
    newyork case_1           1 Sue           2             3            5
    
    CITY    CASE   CASE_NUMBER MANA      MONTH MONTHLY_TOTAL FISCAL_TOTAL
    ------- ------ ----------- ---- ---------- ------------- ------------
    newyork case_1           1 Sue           3             2            7
    chicago case_2           2 Jeff          1             2            2
    chicago case_2           2 Jeff          2             7            9
    chicago case_2           2 Jeff          3             0            9 <-- missing row
    chicago case_2           2 John          1             3            3
    chicago case_2           2 John          2             2            5
    chicago case_2           2 John          3             4            9
    newyork case_2           2 Lee           1             2            2
    newyork case_2           2 Lee           2             4            6
    newyork case_2           2 Lee           3             4           10
    newyork case_2           2 Sue           1             3            3
    
    CITY    CASE   CASE_NUMBER MANA      MONTH MONTHLY_TOTAL FISCAL_TOTAL
    ------- ------ ----------- ---- ---------- ------------- ------------
    newyork case_2           2 Sue           2             2            5
    newyork case_2           2 Sue           3             0            5 <-- missing row
    
    24 rows selected.
    
    SQL> 
    

    SY.

  • Insert Table A to table B

    Hello

    I want to take data from one table to another table, just for a few newly added columns,


    Table A
    elements
    This table is already full, but I just added a few new columns of 'min_qty', 'moq_unit '.
    and I have a temporary table that contains the value of 'min_qty', 'moq_unit '.
    These two tables share the same column Pk as item_no

    It's
    elements of array A (min_qty, moq_unit, item_no,...)
    Table B item_temp (item_no, min_qty, moq_unit)

    I would insert the "min_qty", "moq_unit" of item_temp to the point
    and I used the following insert in the command:


    insert into articles (min_qty, moq_unit)
    (min_qty, moq_unit to item_temp select
    where item_temp.item_no = items.item_no);

    but it did not workout.

    ...

    any idea?

    Hello

    Yawei Zhang wrote:
    Hello

    I want to take data from one table to another table, just for a few newly added columns,

    Table A
    elements
    This table is already full, but I just added a few new columns of 'min_qty', 'moq_unit '.
    and I have a temporary table that contains the value of 'min_qty', 'moq_unit '.
    These two tables share the same column Pk as item_no

    ENTRY means create new lines.
    You want to create new lines, or you want to set the values of these new columns in existing rows? This is called the UPDATE.

    You can do either by using the MERGE command.
    Here's a way you can use the MERGER to set the values of these columns for rows that already exist in both tables:

    MERGE INTO     a          dst
    USING     (
         SELECT     item_no
         ,     min_qty
         ,     moq_unit
         FROM     b
         )               src
    ON     (src.item_no     = dst.item_no)
    WHEN MATCHED
    THEN UPDATE
    SET     dst.min_qty     = src.min_qty
    ,     dst.moq_unit     = src.moq_unit
    ;
    

    I hope that answers your question.
    If not, post a litt; e sample data (CREATE TABLE and INSERT statements) that show how the two tables appear before the new columns in one are populated.
    Also, post what you want table a hold after these columns are filled.
    Always tell what version of Oracle you are using.

  • Insert table depends on another table

    Hi guys,.

    I have pr_temp of procedure
    desc t1;
    id   number
    per1 varchar2(5)
    per2 varchar2(5)
    per3 varchar2(5)
    per4 varchar2(5)
    desc t2
    id number
    m_per1 varchar2(5)
    m_per2 varchar2(5)
    create or replace procedure pr_temp
    a number;
    b varchar2(10);
    c varchar2(10);
    cursor c1 is select id,per1*per2,per3*per4 from t1;
    begin
    open c1;
    loop
    fetch c1 into a,b,c;
    exit when c1%notfound;
    insert into t2(id,m_per1,m_per2) values(a,b,c);
    end loop;
    close c1;
    end;
    contain the table t1
    1     40     10     20     20
    2     5     10     10     40
    3     10     20     30     40
    4     10     30     20     20
    After exec the procedure pr_temp, t2 table contain
    1     400     400
    2     50     400
    3     200     1200
    4     300     400
    When I run the procedure again my table t2 contains
    1     400     400
    2     50     400
    3     200     1200
    4     300     400
    1     400     400
    2     50     400
    3     200     1200
    4     300     400
    but I want higher record (repeated). I want what I have to insert into the table t1. That is, if I insert a new record into table t1
    5     15     20     40     50
    After the procedure, my t2 table must contain
    1     400     400
    2     50     400
    3     200     1200
    4     300     400
    5      300   200
    If no new record inserted into the table t1, then after running the pr_temp, my table t2 procedure should not get change, stay with the previous record.

    How to do this?

    Thank you in advance.

    8649882 wrote:
    Hello

    When I run under request im getting an error
    ORA-01790: expression must have same type of data, matching expression

    There is a fundamental flaw in the design of your table. You have created columns with the data as VARCHAR2 type, while the inserted values are numbers.
    Oracle does its best for concealment of defects of this kind by doing as much as possible the data type implicit conversion, but it is always recommended to use the appropriate data, e. number by number and Date for Date type.
    So, when we say:

    SELECT id,
           per1 * per2,
           per3 * per4
    FROM   t1 
    

    Oracle identifies an operation (multiplication in this case) which is intended for the numbers is performed on the strings.
    It checks if the string that can be converted to numbers (which is true in above scenario) and returns the result. Note that this output is in digital format.
    Indeed, this query is rewritten by oracle as:

    SELECT id,
           to_number(per1) * to_number(per2),
           to_number(per3 )* to_number(per4 )
    FROM   t1 
    

    Now, if we take a glance to the second query:

    SELECT id,
           m_per1,
           m_per2
    FROM   t2;
    

    Since then, m_per2 and m_per1 columns are defined as VARCHAR2 and no ongoing operation on them, oracle does not convert implicitly types them data number.
    This leaves you with the first query that returns numbers while the second return VARCHAR2.
    The basic rule for the use of any SET opearators (UNION, MINUS sign, INTERSEC etc.) is that, output format of these two queries should always remain same. This condition does not here and so we get ORA-01790

    Recommended solution would be to change the columns of data type of number.
    Otherwise, you could do an explicit conversion. Something like:

    SELECT id,
           to_number(per1 )* to_number(per2),
           to_number(per3) * to_number(per4 )
    FROM   t1
    MINUS
    SELECT id,
           to_number(m_per1),
           to_number(m_per2)
    FROM   t2;
    

Maybe you are looking for

  • No Notification Iphone 6s

    I have an iPhone 6s I've had during the past nine months. I have problems with it. I have no notification that come well and if they do take thirty minutes to come however. I have updated to IOS 10 and still does not work. What should I do?

  • Loop with Timeout

    Hello! is - that someone tried to set up a custom test step that performs a loop failure, until a timeout occurs? Unfortunately, this is not one of the default option in TestStand loop. I try to test an asynchronous system with signal delays and want

  • COPY OF G WIZZARD PLAYER WILL NOT WORK

    I TRY TO CREATE a DISC BUT WIZZARD WILL NOT OPEN F or G DRIVEWAY WITH A NEW DISK INSTALLED

  • Problem starting with ' erreur...system32/cmd.exe: access denied. "

    After this "DOS black screen" error is present for a relatively short period of time, the system proceeds to load and it seems that the system works very well. It seems to me it should be to correct this error, but I don't know what is the cause. I h

  • Pantech UML290 4 G USB install not on Windows 8?

    I have a Pantech UML290 4 G USB modem and it will not install on Windows 8. Is there a patch or an update of the pilot expected?