function: create a table via initial/step/number of items

LabVIEW has the function which directly creates a table giving the intial value, step and many items?

Thank you

WT

Look at the Pattern.vi ramp in the range of Signal Processing.  Also check the Board of ideas.  I think that someone posted an idea here about adding an option to the standard for loop step.

Lynn

Tags: NI Software

Similar Questions

  • Create custom table

    Hello Experts!
    I use JDEV 11 g Release 1.
    DO NOT USE THE OBJECTS IN VIEW!
    Here's what I'm trying to do:
    1. I want to create a table with a fixed number of lines and columns.
    2. the columns have headers... great! But I want the lines to have the headers too.
    3. create "columns" in one column of the table.

    My table should look like this:

    COL-IN-HEAD-1 ... COL-HEADER-2 ............................................... COL-FOR-HEAD-3
    ... + SUBCOL2.1... SUBCOL2.2 +... + SUBCOL2.3 +...
    Line HEAD-1 ... _inputText2.1_... _inputText2.2_... _inputText2.3_... * ROW1-Column3 *.
    ROW-HEADER-2 ..................................................................................*ROW2-COLUMN3*

    Is this possible in the ADF? I hope that its not confusing.
    Thank you!!

    You can use a PivotTable:
    http://jdevadf.Oracle.com/ADF-richclient-demo/feature/PivotTable/pivotTableDrillable.JSPX

  • How to change the number of items in number to Boolean, function VI table

    Hi, I'm working on using the digital output of data acquisition to control the digital input of a DAC, and I used the Number function in Boolean table. VI to convert the number to a Boolean array. The maximum number is 4096, so it must be composed of 12 elements.

    For the description of the VI, it is said that Boolean matrix returns a table of 8, 16, 32 or 64 elements, according to the number of bytes in the whole. Therefore, I change the number of channels in the task to 16, but it still does not work. The suggesitions are greatly appreciated.

    Thank you!

    Possible reasons:

    Scripture cannot be performed because the number of data channels does not match number of channels in the task.

    When writing, provide data for all channels in the task. You can also change the task so that it contains the same number of channels as the written data.

    Number of job channels: 12
    Number of data channels : 32

    Task name: _unnamedTask<1B>

    Once you have the array of Boolean, you can resize using table tools. For example you can use the "new range" with a length of 12 to pad the table of 12 elements of Boolean values (you can also use a subset of table).

  • Why can't I create a table or a column whose name begins with a number?

    Why can't I create a table or a column whose name begins with a number?  I can't seem to find an answer when I Googled it.

    Thank you

    Yoann

    Hello

    jimmy437 wrote:

    Why can't I create a table or a column whose name begins with a number?  I can't seem to find an answer when I Googled it.

    Thank you

    Yoann

    You can;  Simply enclose it quotation marks name whenever you use it.

    For example:

    CREATE TABLE '3-26.
    (
    'name 1' VARCHAR2 (10)
    );

    INSERT INTO '3-26' ('1 St Name') VALUES ('FUBAR');

    SELECT '1 name '.
    "3-26;

    Remember, what inside quotes is case-sensitive, so you can't refer to that column as "1st NAME.

    Using quotation marks (and capitalizing exactly as expected) is such a pain that most people don't bother.

  • I want to create the function for the function create for ODD or EVEN (NUMBER)

    I want to create the function for the function create for ODD or EVEN (NUMBER) also
    If number is odd, multiply by 5
    If there is an even number, multiply it by 10;

    Not tested,

    create or replace function fnc_env_odd(p_number in number)
    return number as
    begin
     if p_number>0  -- Remove if you want to consider negative numbers also
       if mod(p_number,2)=0 --Means even
          return p_number*10;
       else                 --Means odd
          return p_number*5
       end if;
     end if;
    end;
    /
    

    G.

  • Is it Possible to use a function when you create a table?

    Hello

    Is it possible to use a function during the construction of a table?

    I would like to browse my data returned from the db and call a function. The part where I call the function "myFunction [i]" doesn't seem to work. How can I solve this problem? I need to put the function call results in the table.

    var i: uint;

    for (i = 0; i < dataArray.Length; i ++)

    {

    dgArray = [{name: dataArray [i] .name, Type: myFunction [i]}];

    }

    Thank you!
    -Laxmidi

    Hi laxmi,

    Yes of course it is quite possible to use a function when you create a table... In your code, you made some mistakes...

    You used hooks to call the function myFunction [i]... where you are supposed to use parentheses... myFunc (i)... and other you must push the object in the dgArray but yous hould not not attribute...

    dgArray = [{name: dataArray [i] .name, Type: myFunction [i]}]; This will result in only the last table iterates in dgArray...

    So you should write dgArray.push ({name: dataArray [i] .name, Type: (i) myFunction});

    Check out the code below...


    http://www.Adobe.com/2006/mxml"layout ="absolute"creationComplete ="init (); » >

      private var dgArray:Array = new Array();
    private var myDataArray:Array = [{data: '1', name: 'Robert'}, {data: '2', name: 'Nicolas'}, {data: '3', name: "Bika"}]
     
    private function init (): void
    {
    for (var i: int = 0; i
    {
    dgArray.push ({name: dataArray [i] .name, Type: (i) myFunction});
    }
    }
      
    private void myFunction(i:int):String
    {
    Return 'Type' + i;
    }
    ]]>

    If this post answers your question or assistance, please mark it as such.

    Thank you

    Jean Claude Chari

  • Is there a way to create a table that creates new "lines" when enter is pressed?

    Hi all

    I am trying to create a pdf file for my company to regularly use the packing list. Generally, this packing list is generated by our software, but our software was not designed primarily for delivery and purchase and lack of functionality. With complex or revised orders, we must create our own documents and I wanted to create something that could be used as a standard that reflects what the software has generated.

    Thus, the document itself. Packing lists (or invoices or purchase orders, according to what is required at this time) have a number of elements arranged in a table with properties. These properties is the name of the item, description, how many rooms, the price, the size of the container, etc. Simple packing lists have three or four points that all fit on one page but larger orders have elements which extend into several pages, ending with a 'total' for all areas.

    My question is, is - it possible ot create a table in Adobe Acrobat, DC format that allows me to create a dynamic array that can be extended (with additional lines) when necessary on another page or several pages? Table if it makes a difference, each page would have a header and a footer (information for the transport and logistics) for this 'dynamic' table would be sandwiched between these two areas.

    Thank you

    EDIT: I've been looking around and, I hope that Adobe Acrobat DC has this feature, but it seems the best way to acchieve that is via Adobe Live Cycle Designer, which fortunately, my supervisor has a copy. This youtube video explains, in an overview, exactly what I want to do and how to do it through this program. Perhaps that will help someone in the future who also Live Cycle:

    Creating robust dynamic forms in Adobe LiveCycle® - YouTube

    As you have found, it's more a characteristic of the LCD and not Acrobat. It is possible to add new fields in Acrobat, but there is no "dynamic table". It must be done manually.

    Another option is to create a template page with additional fields and then reproduce a copy of it when necessary.

  • How to create queue table?

    How createHow to create the table queue?


    Give me step wise instruction to create the queue table

    solution

    First you must create the type.
    Second, we must CREATE_QUEUE_TABLE with the syntax of the procedure.
    and finally, we must create a CREATE_QUEUE with the syntax of the procedure.

    examples

    SQL > create or replace
    2. TAP 'the name of the type.
    3 (xxxxx VARCHAR2 (10))
    4 xxxx NUMBER,
    5 x_xxx VARCHAR2 (50).
    6 FUNCTION MEMBER card xxxxxx RETURN VARCHAR2
    (7);
    5 B

    Type of creation.

    SQL > START
    DBMS_AQADM 2. CREATE_QUEUE_TABLE (Queue_table-online "the queue table nom.proprietaire",
    3 Queue_payload_type-online "owner.type name",
    storage_clause 4-online "PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 TABLESPACE COMP_TB."
    5 Sort_list => 'ENQ_TIME', Compatible-online ' 8.1.3");
    6 END;
    5 m

    PL/SQL procedure successfully completed.

    SQL > START
    DBMS_AQADM 2. CREATE_QUEUE (nom_file_attente-online "nom.proprietaire queue",
    3 Queue_table => "nom.proprietaire of the table queue", Queue_type => Max_retries 0,-online 5.
    Retry_delay 4-online 0, dependency_tracking => FALSE);
    5 END;
    3 D

    PL/SQL procedure successfully completed.

  • creating a table/average question

    I'm new to labview and I have problems to understand how to create a table.

    I use an Arduino Uno as my DAQ and when I take an anolog measure I've seen a lot of fuctuation to my measure. I know with arduino, you can perform with an average simple by using the function "Get a finished sample of Analog", but I know that I not be using an Arduino in the long term and trying to figure out the right way to do it.

    When I have on average with the Arduino IDE I usually code that looks like this:

    float analogsum = 0;

    for (int i = 0; i)< 10;="">

    analogSum += analogRead (analogPin); where analogRead converts the analog value to a value\ digital 10-bit

    }

    average = analogSum/10;

    I am trying to create this same feature in LabView. The only way I can imagine the analog value of each iteration, in summary would be to store each value in a table, then add them together and divide by the number of iterations in my loop for.

    How would I do this in Labview?

    Hi awwende,

    show all 3 suggestions above:

    You really should go LabVIEW101 the ni.com site to learn the fundamentals of LabVIEW!

  • Syntex to create the table with the long data type

    I'm looking to create a table based on another table that having the column long data type. Throw the error ORA-00997: illegal use of the LONG data type


    I tired it

    create table abc_long (ag bgd long number);

    create table abc_long_dummy as ( ) Select *of abc_long); - ORA-00997 error: illegal use of the LONG data type

    How to get there?

    I'm looking to create a table based on another table that having the column long data type.

    You really don't want to do that.

    LONG data type has been deprecated for some time now, use CLOB.

    The TO_LOB() function will do the conversion on the fly:

    create table abc_long_dummy
    as
    select ag
         , to_lob(bgd) as bgd
    from abc_long ;
    
  • create the table in SELECT (question)

    Hello

    In regards to create the table as subquery, I read that:

    The data type of column definitions and the NOT NULL constraint are passed to the new table. Note that only the explicit NOT NULL constraint is inherited. The PRIMARY KEY column will not function NOT NULL column null. Any other rule of constraint is not passed to the new table. However, you can add constraints in the column definition.

    Can someone explain to me how to do this? Or, how we need to specify the constraints (and also the default values for columns, because it is possible) for the columns in the column definition?

    In addition, I do not understand this: the PRIMARY KEY column will not function NOT NULL column zero.
    Can someone give me some small examples regarding these?
    For example, it generates an error:
    create table test1 (a, b, c default sysdate) 
    as 
    select 1, 'b' from dual
    Thank you!

    Edited by: Roger22 the 01.09.2011 11:37

    Hello

    When you set a primary key consists of a unique constraint and a constraint not null, but they are both implicit with the primary key. When you create the table because it will copy only the explicitly declared NOT NULL constraints so it isn't look upward than the implicit NOT NULL primary key.

    SQL> create table dt_pk
      2  (   id      number primary key,
      3      col1    number not null,
      4      col2    number
      5  )
      6  /
    
    Table created.
    
    SQL> desc dt_pk
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ID                                        NOT NULL NUMBER
     COL1                                      NOT NULL NUMBER
     COL2                                               NUMBER
    
    SQL> create table dt_pk2 as select * from dt_pk;
    
    Table created.
    
    SQL> desc dt_pk2;
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ID                                                 NUMBER
     COL1                                      NOT NULL NUMBER
     COL2                                               NUMBER
    
    SQL> select constraint_name,constraint_type from user_constraints where table_name='DT_PK'
      2  /
    
    CONSTRAINT_NAME                C
    ------------------------------ -
    SYS_C006935772                 C
    SYS_C006935773                 P
    
    SQL> select constraint_name,constraint_type from user_constraints where table_name='DT_PK2'
      2  /
    
    CONSTRAINT_NAME                C
    ------------------------------ -
    SYS_C006935774                 C
    

    However, a primary key can reuse existing constraints and indexes instead of declaring new. For example, we can explicitly declare a constraint not null on the column id and then create a primary key. This means that we will now inherit the constraint not null in the ETG, as it has been explicitly declared and is a constraint separate in there own right that has been 'borrowed' by the pk constraint.

    SQL> create table dt_pk3 (id number not null, col1 number not null, col2 number);
    
    Table created.
    
    SQL> alter table dt_pk3 add constraint dt_pk3_pk primary key (id);
    
    Table altered.
    
    SQL> select constraint_name,constraint_type from user_constraints where table_name='DT_PK3'
      2  /
    
    CONSTRAINT_NAME                C
    ------------------------------ -
    SYS_C006935775                 C
    SYS_C006935776                 C
    DT_PK3_PK                      P
    
    SQL> create table dt_pk4 as select * from dt_pk3;
    
    Table created.
    
    SQL> desc dt_pk3;
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ID                                        NOT NULL NUMBER
     COL1                                      NOT NULL NUMBER
     COL2                                               NUMBER
    
    SQL> desc dt_pk4;
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ID                                        NOT NULL NUMBER
     COL1                                      NOT NULL NUMBER
     COL2                                               NUMBER 
    

    Regarding the definition of the default values, you must always specify the column in the select, but doing so means follow you the semantics of a default in a standard INSERT statement, i.e. you specified the column, you must provide a value, in which case even if the value is null, the default value will not be used. However, the new inserted rows where the column with the default value is not specified will revert to the default.

    SQL> create table test1 (a, b, c default sysdate)
      2  as
      3  select 1, 'b' from dual
      4  /
    create table test1 (a, b, c default sysdate)
                        *
    ERROR at line 1:
    ORA-01730: invalid number of column names specified
    
    SQL> create table test1 (a, b, c default sysdate)
      2  as
      3  select 1, 'b', null c from dual
      4  /
    select 1, 'b', null c from dual
                   *
    ERROR at line 3:
    ORA-01723: zero-length columns are not allowed
    
    SQL> create table test1 (a, b, c default sysdate)
      2  as
      3  select 1, 'b', cast(null as date) c from dual
      4  /
    
    Table created.
    
    SQL> select * from test1;
    
             A B C
    ---------- - ---------
             1 b
    
    SQL> insert into test1(a,b) values(2,'b');
    
    1 row created.
    
    SQL> select * from test1;
    
             A B C
    ---------- - ---------
             1 b
             2 b 01-SEP-11
    

    To create a constraint, you must list all columns without the data types and constraints list online.

    SQL> create table dt_cons (id number, col1 number, col2 number, constraint chk2 check(col2 IS NULL or col2>10))
      2  as select * from dt_pk3
      3  /
    create table dt_cons (id number, col1 number, col2 number, constraint chk2 check(col2 IS NULL or col2>10))
                          *
    ERROR at line 1:
    ORA-01773: may not specify column datatypes in this CREATE TABLE
    
    SQL> create table dt_cons (constraint chk2 check(col2 IS NULL or col2>10))
      2  as select * from dt_pk3
      3  /
    create table dt_cons (constraint chk2 check(col2 IS NULL or col2>10))
                         *
    ERROR at line 1:
    ORA-00904: : invalid identifier
    
    SQL> create table dt_cons (col2 constraint chk2 check(col2 IS NULL or col2>10))
      2  as select * from dt_pk3
      3  /
    create table dt_cons (col2 constraint chk2 check(col2 IS NULL or col2>10))
                          *
    ERROR at line 1:
    ORA-01730: invalid number of column names specified
    
    SQL> create table dt_cons (id,col1,col2 constraint chk2 check(col2 IS NULL or col2>10))
      2  as select * from dt_pk3
      3  /
    
    Table created.
    
    SQL> desc dt_cons
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     ID                                        NOT NULL NUMBER
     COL1                                      NOT NULL NUMBER
     COL2                                               NUMBER
    
    SQL> insert into dt_cons values(2,2,2);
    insert into dt_cons values(2,2,2)
    *
    ERROR at line 1:
    ORA-02290: check constraint (JJACOB_APP.CHK2) violated
    
    SQL> insert into dt_cons values(2,2,10);
    insert into dt_cons values(2,2,10)
    *
    ERROR at line 1:
    ORA-02290: check constraint (JJACOB_APP.CHK2) violated
    
    SQL> insert into dt_cons values(2,2,11);
    
    1 row created.
    
    SQL> insert into dt_cons values(2,2,null);
    
    1 row created.
    
    SQL>
    

    HTH

    David

  • Download blob function instead of table field

    Hello
    Is it possible to download the content of blob field that are returned by a function?
    I can only download blob if the blob is in the column of the table...

    Thank you

    Vincent

    Hi Vincent,.

    I think you can download the blob content returned by a function with no problems. In the example below, the get_blob function returns a BLOB, you must specify the name and the mime type and the length of the BLOB is obtained using DBMS_LOB. GETLENGTH. Finally, a call to the wpg_docload.download_file procedure is made. To call the procedure download_file, you can do it through the URL or on a page with a 'branch at PL/SQL procedure' in the point "before Header". More info on this kind of procedure here.

    create or replace PROCEDURE  "DOWNLOAD_FILE"
    (
        inID NUMBER
    )
    AS
        vMIME VARCHAR2(48);
        vLENGTH NUMBER;
        vFILENAME VARCHAR2(2000);
        vBLOB BLOB;
    BEGIN
        vMIME := 'application/octet-stream';
        vFILENAME := 'Test.sql';
        vBLOB := get_blob(inID);
        vLENGTH := DBMS_LOB.GETLENGTH(vBLOB);
        owa_util.mime_header(nvl(vMIME, 'application/octet'), FALSE);
        htp.p('Content-length: ' || vLENGTH);
        htp.p('Content-Disposition: attachment; filename="' || SUBSTR(vFILENAME, INSTR(vFILENAME, '/') + 1) || '"');
        owa_util.http_header_close;
        wpg_docload.download_file(vBLOB);
    END;
    

    Kind regards

    Sergio

  • error on 'create a table in select... '. "table with nested columns

    My Oracle 11.1 database, I have a problem with the nested table.

    on table with script
    CREATE TABLE TXV.IS_PODACI209
    (
      ID_OBJEKTA_IDENTIFIKACIJA  NUMBER(10),
      ID_OBJEKTA                 NUMBER(20),
      DATUM                      TIMESTAMP(6),
      TZ                         NUMBER(3),
      DATA1                      NUMBER(10),
      DATA2                      NUMBER(6),
      DATA3                      NUMBER(10),
      DATA4                      NUMBER,
      DATA5                      TXV.T_NTCIP_ILLUM_TABLE,
      DATA6                      NUMBER(10)
    )
    NESTED TABLE DATA5 STORE AS IS_PODACI209_STORE_TABLE
    TABLESPACE TXV_DATA
    PARTITION BY RANGE (DATUM)
    (  
      PARTITION P_201012 VALUES LESS THAN (TIMESTAMP' 2011-01-01 00:00:00')
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA,  
      PARTITION P_MAXVALUE VALUES LESS THAN (MAXVALUE)
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA
    )
    NOCOMPRESS 
    NOCACHE
    NOPARALLEL
    MONITORING;
    
    
    CREATE INDEX TXV.IDX_IS_PODACI209_KOMPLEKS ON TXV.IS_PODACI209
    (ID_OBJEKTA_IDENTIFIKACIJA, ID_OBJEKTA, DATUM)
      TABLESPACE TXV_DATA
    LOCAL (  
      PARTITION P_201012
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA,  
      PARTITION MAXX
        LOGGING
        NOCOMPRESS 
        TABLESPACE TXV_DATA
    )
    NOPARALLEL;
    that has a nested type column:
    CREATE OR REPLACE TYPE TXV.t_ntcip_ILLUM_FMT as object
    (  BRIGHTNESS_LEVEL FLOAT
    ,   PHOTOCELL_DOWN   FLOAT
    ,   PHOTOCELL_UP  FLOAT
    );
    and I create a table (to copy table partitions in a third table) step to help:
    CREATE TABLE TXV.IS_PODACI209_STAGE NESTED TABLE DATA5 STORE AS IS_PODACI209_STAGE_1 AS SELECT * FROM TXV.IS_PODACI209 WHERE 1=2
    The problem is when I try to move using the partition:
    ALTER TABLE TXV.IS_PODACI209 EXCHANGE PARTITION P_201012 WITH TABLE IS_PODACI209_STAGE EXCLUDING INDEXES WITHOUT VALIDATION UPDATE GLOBAL INDEXES
    I get an error:
    ALTER TABLE TXV.IS_PODACI209
      EXCHANGE PARTITION P_201012
      WITH TABLE IS_PODACI209_STAGE
      EXCLUDING INDEXES
      WITHOUT VALIDATION
      UPDATE GLOBAL INDEXES
    Error at line 3
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00932: inconsistent datatypes: expected NUMBER got BINARY
    but these tables are the same...

    someone had such a problem?

    concerning

    I think the UPDATE GLOBAL INDEXES is the origin of the problem.

    Try this,

    ALTER TABLE IS_PODACI209 EXCHANGE PARTITION P_201012 WITH TABLE IS_PODACI209_STAGE EXCLUDING INDEXES WITHOUT VALIDATION 
    

    Rebuild the indexes manually.

    And if I see your profile, you

    Messages total: 25
    Total issues: 16 (* 14 pending *)

    Always mark a thread as answered once you get the answer. It can save a lot of time for volunteers.

    G.

  • create a table structured with xsd files

    Hi all, I need a way to create a table with an xsd schema that is not of type like this:
    CREATE TABLE "Employees520_TAB" OF SYS.XMLTYPE 
      XMLSCHEMA "/public/impiegato5"
      ELEMENT "Employees"
    in other words, I have the next file on the csd:
    <xsd:schema 
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        elementFormDefault="qualified">
        <xsd:element name="Employees">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="SSN" type="xsd:string"/>
                    <xsd:element name="Name" type="xsd:string"/>
                    <xsd:element name="DateOfBirth" type="xsd:date"/>
                    <xsd:element name="EmployeeType" type="xsd:string"/>
                    <xsd:element name="Salary" type="xsd:long"/>
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
    </xsd:schema>
    I want to get is a 'traditional' table of the form:
    create table employee (SSN varchar2(100), name varchar2(100), DateOfBirth varchar2(100), EmployeeType varchar2(100), Salary number)
    in which the XML is cut on a usual table, is there a way I can accomplish this?
    and after inserting the XML as part of the table.
    Thank you
    Francesco

    Published by: francy77 on April 19, 2011 09:22

    Published by: francy77 on April 19, 2011 09:23

    Sorry of "mark"="mdrake" = SR. Product Manager for the functionality of Oracle XMLDB

    Got up the URL of the FAQ for you...

    XMLType view relational content

  • Existence and creating the table

    Sometimes the table name must be fully qualified and sometimes not. I guess I should watch a coat of primer on the tables, users, tablespaces.

    Thank you
    Ken
        
    drop table "BIS_USER"."ACDArea" ;
    
      --Got this exporting dll from existing table prior to dropping
      CREATE TABLE "BIS_USER"."ACDArea" 
       (     "DivisionId" NUMBER(*,0) NOT NULL ENABLE, 
         "AreaID" NUMBER(*,0) NOT NULL ENABLE, 
         "Area" VARCHAR2(20 BYTE)
       ) SEGMENT CREATION IMMEDIATE 
      PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS NOLOGGING
      STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
      PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEFAULT CELL_FLASH_CACHE DEFAULT)
      TABLESPACE "USERS" ;
     
    -- "table or view does not exist" 
    insert into acdarea values (1, 2, 'northeast');
     
    create table acdarea2 ( 
      divisionid int,
      areaid int,
      area varchar2(100)
    );
    
    -- works fine
    insert into acdarea2 values (1, 2, 'south by southwest');

    Hello

    ktrock wrote:
    Sometimes the table name must be fully qualified and sometimes not. I guess I should watch a coat of primer on the tables, users, tablespaces.

    Yes, it is a good idea.

    CREATE TABLE 'BIS_USER '. "" ACDArea ".
    ...
    -"table or view does not exist.
    insert into acdarea values (1, 2, "Northeast");

    Anything either inside quotes is case-sensitive. Anything not in quotes is uppercase before compiling. So if you create a table with quotes and lowercase name (and the last 3 letters of the "ACDArea" are tiny) then you must use double quotes and the exact capitialization of even every time you reference this table.

    Do not use quotation marks. It will be just extra work and confusion for you and for all those who have to write code for this table.

Maybe you are looking for

  • can I switch from icloud photo library app photos without losing the photos

    I have my settings so that all my photos have been removed from iTunes and are now accessible via the iCloud library, but I don't like the way they are stored in all THE PICTURES rather than in their respective albums that I spent hours and hours of

  • Want to buy Satellite L650 - 14G

    TOSHIBA - Satellite L650 - 14G ded K210 I've looked everywhere but I can't find, in the Toshiba site.

  • No sound, but not found problems.

    I have no sound on my computer. I ran the fix - it tool, and no problem not found. The volume is at 100%. I am open to the control panel and go to Device Manager and opened the audio, video and game controllers to check the status of specific bequest

  • Laptop HP 2000: password startup

    Hi, a friend asked me to fix his laptop HP 2000 but he has forgotten the password to start. I got a code: 62351134 Help please

  • Reinstalling SQL Server 2005

    Is it possible to reinstall SQL Server 2005.   I seem to be missing a folder containing the installation package 'sqlrun_sql.msi '.I have