How to add numbers with increment 0.1

Hi friends,

Use this script to create a value of 1.5000

now how can I create don't ranging from 0.1 to 1000 sl
using this script
CREATE TABLE XTABLE
(
SL_NO NUMBER (5)
);

declare
number of v_no: = 1;
Start
for rec in 1.5000 loop
insert into xtable values (v_no);
v_no: = v_no + 1;
end loop;
commit;
end;

How to make
CREATE TABLE XTABLE
(
SL_NO NUMBER(5,1)
);

declare
v_no number(5,1) :=0.1;
begin
for rec in 1..10000 loop
insert into xtable values (v_no);
v_no := v_no+0.1;
end loop;
commit;
end;

Tags: Database

Similar Questions

  • How to add numbers like these on the text and images Indesign

    Hi, I would like to know how this is possible (to add numbers with the black circle to refer to an image on the text), when I copy paste I get the number I guess it's a kind of ascii?

    Thank you

    img.png

    There are some fonts with numbers, but they have a limit on numbers.

    I would create

    1. Paragraph with your desired font, size, and white color style.
    2. Create an object with fill blach and in paragraph style select step 1 created a style.
    3. Draw a circular text frame, apply the style of the object and write the number in there.
    4. Copy the circle and then insert the tool in the desired location and paste it into the text.
    5. Lift the text by clicking the ESC key, paste it on the image.
    6. Adjust the vertical position of the text through a style of object > anchored the parameters of the framework.
  • Adobe Reader - how to add page with the free version numbers?

    Hey guys,.

    Imagine that I have a PDF file and I want to create a new one by selecting some pages out of it. I know that this is all just possible using PDFcreator but I want to add page numbers. As far as I know that's not possible with the free version of Adobe, unless I would add the page number on each page by using a text box. I want to do different PDF catalogs for page numbers are really necessary. You have an idea how to solve this problem? You know that's about the only thing I need to add which means that it is not worth buying the Pro version. Unfortunately, I only got the PDF and I can't work on it for example with MS word before I have to export it. Do you know if there is a way to add the page numbers with a free version? There might be additional free software that allows this?

    Thanks for your support!

    You might be able to use Acrobat Standard (if Windows). Adobe have no free solution for your problem.

  • How to add columns with values of each folder?

    Hello

    I am a novice to the Disqualification and here my question:

    I want to be able to add the number of columns in the "not null" by registration, as compared to a reference table and return a value.

    For example:

    Article-1

    Agenda Value-1 Value-2 Value-3 Value-4 Value-5
    Article-1blah blahblah blah blahbla
    point-2blah2blah3

    In this example, the "point-1' has 3 columns populated so I'll compare against my reference data that dictates the number of columns MUST it have completed.» Whether all withdrew, point passes through, but if she does not meet the minimum requirements, it is reported.

    I tried to use the "No. Data Check" tool, which report on the null columns, but I can't understand how to add.

    Thanks for the help!

    In this case, i.e. If you want different thresholds for different records, use a set of baseline mapping family (string) and threshold (number) and use Enhance card on this reference data set to add the value of threshold appropriate to each record data before using the attribute cross check to compare the threshold against the real value.

  • How County/add fields with the fields with letters and numbers?

    This is a calendar of attendance, that I do for my work.

    The cells in column A CLIENT will be marked with either a number (> 0, indicating how many hours attended) or a letter (A = away, H = Holiday).

    I need 2 formulas/scripts, I guess:

    (1) I want DP1 to represent how cells in column A CUSTOMER is marked only with a certain number of cells > 0 - to indicate how many days were followed, not the total number of hours ago.

    (2) I would like cell DA1 to represent how many cells in column A CUSTOMER is marked only by the letter A - indicating how many days was not assisted.

    at mil draft_Page_1.jpg

    Let's say that there are 20 fields in the column. In this case, you can use these scripts:

    Custom calculation script "property."

    var total = 0;
    for (var i=1; i<=20; i++) {
        var v = +this.getField("CA"+i).value;
        if (isNaN(v)==false && v>0)
            total++;
    }
    event.value = total;
    

    Custom calculation script for "PBO".

    var total = 0;
    for (var i=1; i<=20; i++) {
        var v = this.getField("CA"+i).value;
        if (v=="A")
            total++;
    }
    event.value = total;
    
  • How to add numbers to the colors of a mosaic

    Hello

    I'm creating a pixellating a picture into a mosaic

    However as is somewhat a monochromatic set of 10 shades of blue or gray, trying to see if I can overlay pixel tile with the associated number of color

    This will serve to help the construction of 'real world' mosaic - which is much easier to "color by numbers" rather than potentially misread shades

    Thank you very much for your ideas

    See you soon

    It would be better to keep all your layers or in the top level of the file all in one group. You want to set up a loop in the script that goes just as each of the layers. If you do not want to add your text layer to one place other than where you main layers are kept, for who could shake up the loop counter. Basically, the flow would be in a loop:

    The value of the active layer up to the next layer

    Get the boundaries of the layer

    With limits to find in the middle of the layer and take a color swatch

    Using a switch function, load upward with the values of the colors that you want to check Hex values probably would work better for this but you could combine the RGB values into a single number for the switch works well.

    In the switch send the reference number to a function that creates a text layer, which also used the boundaries of the layer to center the text.

    It's all in a nut shell.

  • How to add buttons with links to various pages in my flash document?

    Hi I created a template for my flash animation which is a simple content area and a scroll beside him bar... In any case above I also 3 pages (they are currently only one part of the image background png so that they are not the buttons of any kind)... My question is how can I make links to these pages, so when you click in the flash animation they will just open normally as they would in as a website...

    I am a beginner flash so I'm not too technical with it... I don't know if I have to create 3 separate documents for my 3 pages or something else?

    Thank you!

    You expect the SWF to load 'in' the SWF file that contains the buttons or you expect to crush the existing SWF, you are already in (similar to a web page)?

    Loading a SWF file inside is quite simple, as long as the SWF file is on the same domain or the domain you load has a crossdomain.xml allowing policy and the SWF file is set to publish with networking sandbox:

    import flash.display.Loader;

    import flash.net.URLRequest;

    import flash.events.Event;

    var myLoader:Loader = new Loader();

    Wait for the end

    myLoader.contentLoaderInfo.addEventListener (Event.COMPLETE, handleCompleteF);

    Usually add some managers IOErrorEvent or SecurityErrorEvent here

    crochet button here

    myButtonInstanceName.addEventListener (MouseEvent.CLICK, loadPageF);

    function loadPageF(e:MouseEvent):void

    {

    try to load

    Try

    {

    myLoader.load (new URLRequest ('another.swf'));

    }

    catch (e: *)

    {

    catch an error, trace for flash IDE for debugging

    trace ("error loading of SWF:" + e);

    }

    }

    function handleCompleteF(e:Event):void

    {

    success, add to list

    addChild (myLoader);

    }

    Season to taste, such as moving the position of the Loader object. The charger contains the SWF file in the property content (for example myLoader.content) and is a display object, so you can just add it directly to the display list.

    If you add a second button, you can re - use the myLoader to. load() a SWF that is different, just that it points to a new function. You can re - use the same function, but you need detect different buttons (probably through the .name property). I presume that you might want to do ' things different"when pages are loaded, so I guess that you would probably use a different function rather than a huge reused feature branching.

    More information on the charger with the example code here:

    http://help.Adobe.com/en_US/FlashPlatform/reference/ActionScript/3/Flash/display/loader.ht ml #includeExamplesSummary

  • How to add an auto incremented counter on an image?

    Hello

    I need to develop the screens as above...

    I just added 3 images bitmap in Horizontalfield Manager and the Manager has added to the screen, now, my problem is that I must add labelField on the image of the middle... .i can't do

    someone help me pls

    pls reply fast...

    "my problem is that I must add labelField on the Middle image.

    Can you explain what you mean by that.

    I see two possibilities:

    (1) you want to add it immediately above or below the Bitmap image - in which case the display will show

    Bitmap image

    Label
    bitmap image

    Bitmap image

    or

    Bitmap image

    Bitmap image

    Label

    Bitmap image

    This is easily done with a VerticalFieldManager by inserting the LabelField to the right place - see insert method.

    (2) However, I suspect that you want to have the label on top of the Bitmap image, i.e.

    Bitmap image

    Bitmap and label on top

    Bitmap image

    It's a little more complicated.  The best way to do this is to create a BitmapField that will display the text or alternatively, a LabelField that display a bitmap in the background.  These two are possible.

    Another alternative is to use a different layout manager and set the LabelField where the Bitmap image was placed.  I think it's possible, but I never did.

    My personal preference is to create a LabelField, who has a background Bitmap.  When the LabelField is not text, it acts as a BitmapField

    In any case, tell us which of these options, you are actually after and we'll see what we can do to help.

  • How to add xml with existing xml content

    Hello

    I have a requirement where I need to add the xml with the existing xml content.

    For example: this is the entry that I get every time in a loop for

    in loop1:

    < ParentType >

    < a > < /A > abcd

    < B > < /B > abcd

    < / ParentType >

    loop2 once again I get this entry.

    < ParentType2 >

    ABCD < c >/< c >

    ABCD < d >/< d: >

    < / ParentType2 >

    now my requirement is to add this XML in a variable, which is finally at the end of the loop for it should look like this

    < ParentType >

    < a > < /A > abcd

    < B > < /B > abcd

    < / ParentType >

    < ParentType2 >

    ABCD < c >/< c >

    ABCD < d >/< d: >

    < / ParentType2 >

    Thank you

    Solved my problem.

  • How to add textframe with anchor at each end of para

    I want to add textframe end each of paragraphs with anchor. Can anyone help on this?

    Hi N! evil,

    Please try the JS code below.

    app.activeDocument.stories.everyItem().paragraphs.everyItem().insertionPoints[-1].textFrames.add()
    

    THX,

    csm_phil

  • How to add atl with Visual Studio Express Edition?

    is anyway that I can get atl with the visual studio 2010 express edition

    Hello

    Please follow the steps in the following article and check if that helps.

    Adding an ATL Simple object

    http://msdn.Microsoft.com/en-us/library/893dcd7k.aspx

    If the problem persists, please post your question in the MSDN forums.

    You can follow the link below to ask your question:

    http://social.msdn.Microsoft.com/forums/en-us/vsexpressvb/threads

    I hope that helps!

  • How to add LDAP with group settings

    I created an OU = Company, under this anouther OU OU = VPNACCESS, under this group called VPN.

    I don't want that in this particular group (VPN) to authenticate users. However, this is not case. All users under OU = company are able to authenticate.

    My settings are as below:

    AAA-server TESTLDAP (inside) host X.X.X.X

    OR LDAP base dn = Company, DC = Company, DC = AE

    LDAP-group-base-dn CN = vpn, OR = vpnaccess, OU = Company, DC = Company, DC = AE

    LDAP-scope subtree

    LDAP-naming-attribute sAMAccountName

    LDAP-login-password *.

    LDAP-connection-dn CN = binduser, OR = vpnaccess, OU = Company, DC = Company, DC = AE

    microsoft server type

    Hi Mary,

    You can get this to work but a little differently.

    You can have users of VPN access to connect to a particular group.

    To do this, you can use the Ldap attribute map

    Here is the link you can follow

    http://www.Cisco.com/en/us/products/ps6120/products_configuration_example09186a00808d1a7c.shtml

    HTH!

    Concerning

    Regnier

    Please note all useful posts

  • How to add column after select *, ABC

    Dear friends,

    I create report with SQL query
    select * from CRM_ISSUE_PROBLEM IP where IS_ACTIVE ='Y'
    I want to add BILLNO column below after Select * look like select *, nvl ((select count (case_id) of CRM_ISSUE_PROBLEM_DETAIL AD
    (where IP.case_id = AD.case_id GROUP BY case_id), 0) AS BILLNO
    CRM_ISSUE_PROBLEM IP where IS_ACTIVE = 'Y '.

    nvl((select count(case_id) from CRM_ISSUE_PROBLEM_DETAIL AD 
    where IP.case_id=AD.case_id GROUP BY case_id),0) AS BILLNO 
    How to add column with using Select * SQL query.


    How can I do this?

    Thank you

    Hello

    select IP.*, new_column
    ....
    from TABLE IP
    
  • BlackBerry Smartphones BB8330 Bell v4.3.0.124 - how to add a '1' to the Canada or US long-distance numbers withput the smart dial option?

    Hello... I called Bell to find out how to add a 1 to my long distance numbers and they said go to options > numbering however my BB8330 has no chip / or display option smart dial under "options".  Currently my long distance numbers are programmed in contacts showing the 1-800-XXX-XXXX but when I dial number, the screen don't watch not '1' operator said that the number cannot be completed as composed, please check the number and dial... which means I actually have to dial the number with a '1' myself.  It's a pain.  What is the point of store the reference long distance with a '1' if I have to do this all the time?  Someone at - it a response?  Yet ONCE... my phone is not smart dial option. I tried to find it under other headings, but not luck and can't find anything online that helps so far.

    Thank you!

    Your phone has the option of smart dial.  From the home screen press the green phone button.  Then press menu button (to the left of the trackball) and go to Options.  Then select Smart dial.

  • How to add page numbers to a file adobe ive been sent

    How to add page numbers to a file adobe ive been sent

    If you have Adobe Acrobat Reader, it can be done. It can be done with the full version of Acrobat.

Maybe you are looking for