flow of data to an xml file

When I fed the shape of xml data
"&" like "& amp;".
How can I convert back in flash &

& html representation of &, you can use it without modification in an active html textfield. To convert into one & you can use this:

var text: String = "veni, vidi and vici."
text = text.split ("&").join("&");)
trace (Text);

HTH,
blemmo

Tags: Adobe Animate

Similar Questions

  • Save user data in an XML file

    Hello

    In my application, I want the user to be able to generate content (in a TextField or TextArea), then save it somehow and be able to view the next time it opens the application. I know how to display data that is stored in an XML file and I know how to get a string to a TextField or TextArea. Is there a way to store these data in a XML file and therefore also change the size of the XML file?

    The XML file looks like this:


        
            
            
            
            
        

    I want to thank this file as it has more data in a collection and there more collections as well. Is it possible to do in QML?

    If there are other technologies that are easy to learn (I'm not good at C++ so please suggest something which is usable with QML) and more sense in my case please let me know.

    Concerning

    JSON is another option if you are just writing data on when you're done and read in when you start again. It really depends on what exactly your usecase.

    SQL is very good to change your database on the fly. QSettings is good for small pieces of configuration data (mute Audio setting, things like that.)

    JSON is good for something to read that you just read or write once. You won't be build and write a JSON file, whenever you change data.

    XML is in the same boat as JSON, except that it is more difficult to work with in most of the cases (which is an element, and what is an attribute?). I really wouldn't recommend it unless you get the XML from somewhere else or if you really need the power and flexibility, it provides (you don't almost certainly)

  • Extract data from an xml file takes almost an hour to 2.5 M data.

    Hello

    Any help would be much appreciated. Extract data from an xml file takes almost an hour to 2.5 M. data is there a solution to this.

    WITH t AS
    (SELECT XMLTYPE (response) pass FROM dual
    )
    SELECT
    b.entity_id,
    c.INSTANCE_ID,
    d.attribute_id,
    d.DATA_TYPE,
    d.ATTRIBUTE_VALUE,
    d.outcome_style
    T,.
    XMLTABLE (XMLNamespaces ("http://schemas.xmlsoap.org/soap/envelope/" AS "SOAP-ENV"
    'http://oracle.com/determinations/server/10.3/rulebase/assess/types' AS 'type')
    , ' SOAP - ENV:Envelope / SOAP - ENV:Body / typ: assess-response/typ: global instance / typ:entity'
    PASSAGE t.col
    Path of COLUMNS entity_id VARCHAR2 (256) "@id".
    path XMLTYPE res_tmp2 'typ:instance') b
    xmltable (XMLNamespaces ("http://schemas.xmlsoap.org/soap/envelope/" AS "SOAP-ENV"
    'http://oracle.com/determinations/server/10.3/rulebase/assess/types' AS 'type')
    , "typ:instance".
    PASSAGE b.res_tmp2
    Path of COLUMNS instance_id VARCHAR2 (256) "@id".
    path XMLTYPE res_tmp3 'typ:attribute') c
    xmltable (XMLNamespaces ("http://schemas.xmlsoap.org/soap/envelope/" AS "SOAP-ENV"
    'http://oracle.com/determinations/server/10.3/rulebase/assess/types' AS 'type')
    , "typ:attribute".
    PASSAGE c.res_tmp3
    Path of VARCHAR2 (256) COLUMNS attribute_id '@id '.
    , data_type VARCHAR2 (256) path '@type '.
    , attribute_value VARCHAR2 (256) path '.'
    path VARCHAR2 (256) outcome_style '@inferred') d;

    Thank you
    Mhand

    OK, in this case the best option is to store the answer in a binary table of XMLType (may be a temporary table if you want to) and run the query from there:

    CREATE TABLE tmp_xml OF XMLType
    XMLType STORE AS SECUREFILE BINARY XML -- default storage in your version
    ;
    
    INSERT INTO tmp_xml VALUES(XMLType(response));
    
    SELECT b.entity_id,
           c.instance_id,
           d.attribute_id,
           d.data_type,
           d.attribute_value,
           d.outcome_style
    FROM tmp_xml t,
         XMLTABLE(
           XMLNamespaces('http://schemas.xmlsoap.org/soap/envelope/' AS "SOAP-ENV"
                        , 'http://oracle.com/determinations/server/10.3/rulebase/assess/types' AS "typ")
         , 'SOAP-ENV:Envelope/SOAP-ENV:Body/typ:assess-response/typ:global-instance/typ:entity'
           PASSING t.object_value
           COLUMNS
    ...
    
  • The data in the XML file validation

    Hi gang...

    Just got a project (not) I have to analyze and validate an xml document... the work is as follows:

    1. gather xml

    2 analyze the data

    3. validate the data

    4 insert data into db

    5 send the message to the browser

    I don't know what is the best way to go about this problem in a productive way, using everything that's out there.

    Any help would be appreciated.  (the xml file is included)

    Netpagino

    I don't know exactly what you mean by "validation of the data in an XML file.  At first glance, I interpreted your request that means you have to check that the XML file is well-formed,... that is to say, according to the DTD or schema.  But on re-reading your post, I'm not sure.

    Of course, you want to use full construction CF XML processing and querying capabilities.  (You want to use an XPath search to find the nodes, for example...)  As for the later task then check the data contained in these nodes against various business rules, well, who would take more thought.  But remember (a) that it is very much ground (so "do not re-invent the wheel"), and (b) you have all Java at your disposal if you need it.

  • Data from the XML file

    Hello

    The attached xml file contains data that I would like to extract. The value of the data has the label (ubchild? name /) of ' means ".". " This can happen a number of times in the file for the names of different children.  for example

    SENS0710:10951:IntSolIrr has the value that

    742.320755

    and

    SMBAU008:154000347:m_S0 kWh has the value that

    227.458679

    and so on...

    The attached vi is very very simple and uses the vi JKI EasyXML to parse the file to a data type of labview.

    This is the point at which I need advice as to the way forward. I have reflected on the variant data, clusters, etc., but can't seem to get anything close to work.

    Someone would be kind enough to give me some tips or tricks to extract these values in a table.

    Thankl you

    Concerning

    Ray

    Hi rayclout,

    I don't have parser Xml JKI vi... But I used the default XML functions and can read the average tag. Please find the screenshot of it.

    Thank you and best regards,

    srikrishnaNF

  • How to insert data in the XML file?

    Hi guys,.

    How to insert information into an XML file. I tell you, I have a CFM file with some questions to the user

    When users submit this form within the form information is send in an XML file.

    How can insert this information in the XML file?

    When I don't have a DB?

    Thank you

    Kind regards

    Fabiano Magno Pechibella

    You must

    1. Read in the XML file
    2. Analyze the document in an XML (just one big struct) object
    3. Insert your XML code of the object where you need
    4. rewrite the XML file with your data now included

    You can Google 'ColdFusion working with XML' and find hundreds of items to help you. Here's a beginning tutorial to help you get started:

    Intermediate ColdFusion Tutorials - working with XML

  • Loading multiple data to an XML file?

    Hello

    I have a problem loading multiple data from the same XML file. In this XML file, I have a list of dishes, I want to add to a menu. So, how can I load more data from different branches of the XML file into my text fields?

    Thanks in advance,

    Rafael Carignato

    Found a way to do it. I created X text elements named "textbox1", "textbox2", etc. Here is the code:

    var i = 1;

    var message;

    $.ajax({)

    type: 'GET ',.

    URL: "books.xml"

    data type: "xml."

    success: function {(xml)

    ($xml).find('Book').each (function () {}

    var Work'stitle = $(this).find('Title').text ();

    var sAuthor = $(this).find('Author').text ();

    sGenre var = $(this).find('Genre').text ();

    message = Work'stitle + ',' + sAuthor + ', ' + sGenre;

    Console.log ("Message:" + message);

    Console.log ("i:" + i);

    SYM. $("textbox"_+_i).html (message);

    Console.log("");

    i ++ ;

    });

    },

    });

  • Ghost of the data from the XML file

    Hi scripters,.

    I got data ghosts of my XML file by importing.

    In the file XML are 3 times the content of parent 'HALSRIEMEN-GEFL' but I understand not 5 times, I have no idea more and hope someone see the problem.

    My Plan:

    <>products-profdog

    < product >

    < item-id > < / item id >

    < type > < / type >

    < title > < / title >

    < additive > < / addendum >

    < description > < / description >

    < category > < / category >

    > < unit volume < / unit volume >

    < weight > < / weight >

    < match code > < / matchcode >

    < ean number > < / ean-number >

    <>< price-unit / unit price >

    < stock > < / stock >

    < parent > < / parent >

    < active shop > < / active-shop >

    < active catalog > < / active-catalogue >

    < sort > < / sort >

    < / product >

    < product >

    < item-id > < / item id >

    < type > < / type >

    < title > < / title >

    < additive > < / addendum >

    < description > < / description >

    < category > < / category >

    > < unit volume < / unit volume >

    < weight > < / weight >

    < match code > < / matchcode >

    < ean number > < / ean-number >

    <>< price-unit / unit price >

    < stock > < / stock >

    < parent > < / parent >

    < active shop > < / active-shop >

    < active catalog > < / active-catalogue >

    < sort > < / sort >

    < / product >

    < / products-profdog >

    My loop:

    for (i = 0; i < myRootXMLElement.xmlElements.length; i ++) {}

    for (ii = 0; ii < myRootXMLElement.xmlElements.item (i).xmlElements.length; ii ++) {}

    If (myRootXMLElement.xmlElements.item (i).xmlElements.item (ii).markupTag.name == 'parent') {}

    If (myRootXMLElement.xmlElements.item (i).xmlElements.item (ii) .silence == 'HALSRIEMEN-GEFL') {}

    Alert (myRootXMLElement.xmlElements.item (i).xmlElements.item (ii).markupTag.name "->" + myRootXMLElement.xmlElements.item (i).xmlElements.item (ii) .silence);

    }

    }

    }

    }

    I have it.

    There was a bad XML import settings.

    It must be removeUnmatchedExisting = true;

  • Impossible to analyze data from an xml file

    I try to get the strings from an xml file:

    I tried the following:

    var url: URLRequest = new URLRequest ("blog.xml");

    var xml;
    var rss:URLLoader = new URLLoader();
    RSS. Load (URL);
    rss.addEventListener (Event.COMPLETE, readRss);

    function readRss(e:Event):void {}
    XML = XML (rss.data);
    txt_field. Text = XML. Entry [1]. Author.Name;

    }

    but no result. TypeError: Error #1010:...

    I tried tracing xml and worked well.

    The xml structure seems to be too complex

    var blogList:XMLList = xml.children (); Returns a xml structure more simple but always unsuccessfully in the analysis of the parts of xml as a "title" or "author."

    Any suggestions would be greatly appreciated.

    Thank you

    var url: URLRequest = new URLRequest ("blog.xml");

    var xml;
    var rss:URLLoader = new URLLoader();
    RSS. Load (URL);
    rss.addEventListener (Event.COMPLETE, readRss);

    function readRss(e:Event):void {}
    XML = XML (rss.data);

    var ns:Namespace=xml.namespace();
    txt_field. Text = XML... NS::name [0];

    }

  • Data from the XML file in a large application...


    I don't know what question is asked.  The subject contains XML files and large scale applications, yet the last lines refer to write a Cluster in XML and seems to wonder if the Cluster must be a Global Variable or a TypeDef.

    A 'good idea' general is to create a TypeDef that specifies (or "sets") (almost) each Cluster that you create in LabVIEW.  This serves as a single-point cluster definition.  If you need to make changes, you change the TypeDef and variables based on it change to match.

    I do not understand why the Global Variables and TypeDefs are mentioned in the same sentence.

    Bob Schor

  • Record a continuous flow of data in a txt file?

    Hello world! I'm relatively new to the ICB and I was wondering if I could get help on something. I'm trying to modify a sample file that reads permanently a tension from a daq card. I would like to save this data in a text file, but I am relatively new to the C programming language (I'm a java person) and cannot distinguish the location data. Once I know where the data is, I think that I can write the data using a sort of loop and the fprintf function. Any help would be greatly appreciated. This is the code for the method StartCallBack of the "Cont Acq - Int Clk" file that I use:

    int CVICALLBACK StartCallback(int panel, int control, int event, void *callbackData, int eventData1, int eventData2)
    {
    Int32 error = 0;
    Chan Char [256];
    uInt32 sampsPerChan;
    float64 min, max, rate;
    The int journal;
    char errBuff [2048] = {'\0'};

    If (event == EVENT_COMMIT) {}
    GetCtrlVal (panel, PANEL_CHANNEL, chan);
    GetCtrlVal (Panel, PANEL_MINVAL, &min);)
    GetCtrlVal (Panel, PANEL_MAXVAL, &max);)
    GetCtrlVal (Panel, PANEL_RATE, &rate);)
    GetCtrlVal (panel, PANEL_SAMPSPERCHAN, & sampsPerChan);
    SetCtrlAttribute (panel, PANEL_STRIPCHART, ATTR_XAXIS_GAIN, 1.0/rate);
    Journal = (int) log10 (rate);
    SetCtrlAttribute (panel, PANEL_STRIPCHART, ATTR_XPRECISION, log);
    SetCtrlAttribute (panel, PANEL_STRIPCHART, ATTR_POINTS_PER_SCREEN, sampsPerChan);

    /*********************************************/
    DAQmx Configure Code
    /*********************************************/
    SetWaitCursor (1);
    DAQmxErrChk (DAQmxCreateTask("",&gTaskHandle));
    DAQmxErrChk (DAQmxCreateAIVoltageChan(gTaskHandle,chan,"",DAQmx_Val_Cfg_Default,min,max,DAQmx_Val_Volts,));
    DAQmxErrChk (DAQmxCfgSampClkTiming (gTaskHandle",", rate, DAQmx_Val_Rising, DAQmx_Val_ContSamps, sampsPerChan));
    DAQmxErrChk (DAQmxGetTaskAttribute (gTaskHandle, DAQmx_Task_NumChans, & gNumChannels));

    If ((gData =(float64*) malloc (sampsPerChan * gNumChannels * sizeof (float64))) == NULL) {}
    MessagePopup ("error", "not enough memory");
    GoTo error;
    }

    DAQmxErrChk (DAQmxRegisterEveryNSamplesEvent(gTaskHandle,DAQmx_Val_Acquired_Into_Buffer,sampsPerChan,0,EveryNCallback,));
    DAQmxErrChk (DAQmxRegisterDoneEvent(gTaskHandle,0,DoneCallback,));

    /*********************************************/
    Starting code DAQmx
    /*********************************************/
    DAQmxErrChk (DAQmxStartTask (gTaskHandle));

    SetCtrlAttribute (panel, PANEL_STRIPCHART, ATTR_NUM_TRACES, gNumChannels);
    SetCtrlAttribute(panel,PANEL_START,ATTR_DIMMED,1);
    }

    Error:
    SetWaitCursor (0);
    If {(DAQmxFailed (error))
    DAQmxGetExtendedErrorInfo (errBuff, 2048);
    If (gTaskHandle! = 0) {}
    /*********************************************/
    Stop DAQmx code
    /*********************************************/
    DAQmxStopTask (gTaskHandle);
    DAQmxClearTask (gTaskHandle);
    gTaskHandle = 0;
    If (gData) {}
    Free (gData);
    gData = NULL;
    }
    SetCtrlAttribute(panel,PANEL_START,ATTR_DIMMED,0);
    }
    MessagePopup ("DAQmx Error", errBuff);
    }
    return 0;
    }

    Hello supercharizard,

    It comes to the appropriate line in the code that you posted that can lead you to "where the data is.

    DAQmxErrChk (DAQmxRegisterEveryNSamplesEvent(gTaskHandle,DAQmx_Val_Acquired_Into_Buffer,sampsPerChan,0,EveryNCallback,NULL));
    

    DAQmxRegisterEveryNSamplesEvent function establishes a callback as a routine function that will be called when at least a predefined amount of data is acquired. The part highlighted in the line is the reminder issued on this event, that you can study and modify the data adding streaming.

    This knowledge base entry gives a brief explanation of the events available. There are many other resources on DAQmx works as well in Help and online on this site that you should carefully study to better understand data acquisition.

    Regarding the release, there are several ways to do: here are two examples that produce a binary file (more fast, but you will need to write code to read data back) or add it to an ASCII file aligned in columns (slower but readable with a text editor, which is no code needed to read the data back). Another alternative is to make use of TDM stream on the disk library: this last resource is notably more complicated then I suggest you approach after some more practice on the fundamentals.

  • Reading data from an XML file with the same parent tag

    We have the XML file that is stored in a CLOB column. We can typecast the CLOB to XML and access to a particular value. We cannot do the same in the case of same parent tag. We read the amount claimed for LABOUR, the FREIGHT_DUTY and MEALS. Can anyone help us.

    SELECT EXTRACTVALUE (XMLTYPE.createXML (CLAIM_SNAPSHOT_STRING),'path / text () ')

    IN ln_hl_labor_hrs_on_job

    OF TAV_DC_031A_CLAIM_AUDIT_XML

    WHERE CLAIM_AUDIT_ID = 3799;

    < paymentComponents class = "dΘfinir" >

    < company.domain.claim.payment.PaymentComponent >

    < id > 30310 / < ID >

    < version > 0 < / version >

    < forCategory class = "company.domain.claim.payment.CostCategory" >

    < id > 6 / < ID >

    < version > 1 < / version >

    Meals from < name > < / name >

    < code > < code > MEALS

    < description > meal < / description >

    < / forCategory >

    < claimedAmount >

    < amount > 0.00 < / amount >

    "< reference currency ="... /... /.. /.. /.. /serviceInformation/ServiceDetail/laborPerformed/company.domain.claim.LaborDetail/laborRate/currency"/ >

    < / claimedAmount >

    < /company.domain.claim.payment.PaymentComponent >

    < company.domain.claim.payment.PaymentComponent >

    < id > 30311 / < ID >

    < version > 0 < / version >

    < forCategory class = "company.domain.claim.payment.CostCategory" >

    < id > 3 < /ID >

    < version > 1 < / version >

    < name > work < / name >

    < code > < code > WORK

    < description > work < / description >

    < / forCategory >

    < claimedAmount >

    < amount > 217.00 < / amount >

    "< reference currency ="... /... /.. /.. /.. /serviceInformation/ServiceDetail/laborPerformed/company.domain.claim.LaborDetail/laborRate/currency"/ >

    < / claimedAmount >

    < /company.domain.claim.payment.PaymentComponent >

    < company.domain.claim.payment.PaymentComponent >

    < id > < /ID > 30312

    < version > 0 < / version >

    < forCategory class = "company.domain.claim.payment.CostCategory" >

    < id > 5 / < ID >

    < version > 1 < / version >

    < name > point freight and duty < / name >

    < code > < code > FREIGHT_DUTY

    < description > point freight and duty < / description >

    < / forCategory >

    < claimedAmount >

    < amount > 0.00 < / amount >

    "< reference currency ="... /... /.. /.. /.. /serviceInformation/ServiceDetail/laborPerformed/company.domain.claim.LaborDetail/laborRate/currency"/ >

    < / claimedAmount >

    < /company.domain.claim.payment.PaymentComponent >

    < / paymentComponents >

    Kind regards

    Franck Giri

    SQL> with t
      2  as
      3  (
      4  select
      5  xmltype
      6  (
      7  '
      8  
      9  30310
     10  0
     11  
     12  6
     13  1
     14  Meals
     15  MEALS
     16  Meals
     17  
     18  
     19  0.00
     20  
     21  
     22  
     23  
     24  30311
     25  0
     26  
     27  3
     28  1
     29  Labor
     30  LABOR
     31  Labor
     32  
     33  
     34  217.00
     35  
     36  
     37  
     38  
     39  30312
     40  0
     41  
     42  5
     43  1
     44  Item Freight And Duty
     45  FREIGHT_DUTY
     46  Item Freight And Duty
     47  
     48  
     49  0.00
     50  
     51  
     52  
     53  '
     54  ) xml_data
     55    from dual
     56  )
     57  select t1.*
     58    from t
     59       , xmltable
     60         (
     61            '/paymentComponents/company.domain.claim.payment.PaymentComponent' passing t.xml_data
     62            columns
     63              code   varchar2(20) path 'forCategory/code',
     64              amount number       path 'claimedAmount/amount'
     65         ) t1;
    
    CODE                     AMOUNT
    -------------------- ----------
    MEALS                         0
    LABOR                       217
    FREIGHT_DUTY                  0
    
    SQL>
    
  • Burrito - random data to an xml file?

    Hello, I have a problem. I'm writing a simple game of Burrito. But I am a beginner in the action script.

    Let's say I have a XML as follows:

    < Word >

    < id > 1 < \id >

    < name > a < / name >

    < / word >

    < Word >

    < code > < \id > 2

    b < name > < / name >

    < / word >

    and I aplication with buttons, say only 4 buttons

    and Question: click on 'b'.

    < s:Button label = «...» " (1) »
    one click = «...» "(2)" / > "

    .. (1) how to add a letter at random on a button of the xml file?

    .. (2) how to check if the answer is correct?

    Thanks is advance for your help!

    The label is defined via... (id is..., but the if statement is testing

    ... (kan is...)

  • Getting data from several XML files

    Could someone please shed some light on the best way to read several external xml files through Flex? We haveabout 100 xml files (of which few are accessible by users).
    I tried to implement the following generic function which takes a file name, but when debugging it, it seems that the Manager never gets call after executing the line of service.send ()! I would much appreciate your help!

    public void fetchFileContent(fileName:String):void {//this method is called when you click on a button
    var service: HTTPService = new HTTPService();
    service. URL = "filePath /" + file name;
    service.useProxy = false;
    service.resultFormat = 'e4x ';
    service.addEventListener ("result", fileRetrievalHandler)
    service. Send();
    }

    public void fileRetrievalHandler(evnt:ResultEvent):void {}
    fileContent = evnt.result.feed; This line is never executed
    }

    "miglara" wrote in message
    News:glhase$5sr$1@forums. Macromedia.com...
    > Could someone please shed some light on the best way to read more
    > external xml files through Flex? We haveabout 100 xml files (of
    > who
    (> only little is accessed randomly by users).
    > I tried to implement the following generic function which takes a
    > filename
    > but when debugging it, it seems that the Manager never gets call after
    > executing the line of service.send ()! I would much appreciate your help!
    >
    > public void fetchFileContent(fileName:String):void {//this method is
    > called by clicking on a button
    > var service: HTTPService = new HTTPService();
    > service.url = ' filePath / "+ file name;
    > service.useProxy = false;
    > service.resultFormat = 'e4x ';
    > service.addEventListener ("result", fileRetrievalHandler)
    > service.send ();
    > }
    >
    > public void fileRetrievalHandler(evnt:ResultEvent):void {}
    > fileContent = evnt.result.feed; This line is never executed
    > }

    Try to add a fault handler and see if that goes off. Also, since you are
    use HTTPService rather than URLLoader, you should know that this will probably not
    already worked for your development environment, unless you have either changed the
    Directory of output to go on the server or you have changed some compiler flags
    to allow you to get local and access to the network at the same time. That's why
    I always use URLLoader to load XML files to relative path... it just
    works without my need to change anything.

  • Reading the data from the XML file to the SQL Tables.

    I have XML of this type

    < empdept >
    < employees_marks >
    < emp_id > 1 < / emp_id >
    BUS from < DIVISION_ID > < / DIVISION_ID >
    PRE < JOB_ID > < / JOB_ID >
    SMITH of < first-name > < / name >
    JAMES < LAST_NAME > < / LAST_NAME >
    < > 10000 salary < / salary >
    < / employees_marks >

    < dept >
    < dept_details >
    < deptid > 10 < / deptid >
    < deptname > mechanical < / deptname >
    < / dept_details >
    < dept_details >
    < deptid > 20 < / deptid >
    < deptname > civilian < / deptname >
    < / dept_details >
    < dept_details >
    < deptid > 30 < / deptid >
    < deptname > ICE < / deptname >
    < / dept_details >
    < / dept >
    ((< / empdept > '));

    With the above format am able to recover data successfully to relational tables.


    < employees_marks emp_id = 1 DIVISION_ID = BUS JOB_ID = salary PRE = 10000 / >


    < dept_details deptid = 10 deptname = "Mechanical" / >
    < dept_details deptid = 20 deptname = "ECE" / >
    < dept_details deptid = 30 deptname = "EEE" / >

    that is, I have data as attributes rather than elements, if can I know the way how can I reach the requirement.

    How to recover data when it is present as attributes rather than elements.

    Thank you
    Sunil. N
    with temp as (
      select xmltype('') tempxml from dual
    )
     SELECT extractvalue(tempxml,'/employees_marks/@emp_id') empid,
      extractvalue(tempxml,'/employees_marks/@DIVISION_ID') divid ,
      extractvalue(tempxml,'/employees_marks/@JOB_ID') jobid      ,
      extractvalue(tempxml,'/employees_marks/@salary') sal
       FROM temp
    

    Do you need this?

    Ravi Kumar

Maybe you are looking for

  • Problem installation el captain on Macbook air mid-2011

    Hello I have a Macbook air mid-2011 running 10.10.5 2 GB memory and 64 GB of storage that seems filled with "other" most I tried to upgrade to el Captain but did not to enough disk space to install it then stopped the download. I have since created m

  • Re: Error Message When you try to print to a network printer

    I just bought the new laptop, and when I try to print to a network printer (one that I always printed at front), I get a message: "The Active Directory Domain Services is currently unavailable" - I can't add a network printer at all! Help! Is there a

  • BlackBerry 8310 Smartphones fractures of stress

    I love the 8310, but after about a month, he developed fatigue fractures in the upper part of the device and both sides. BlackBerry, nor the dealer where I bought will replace it. I have not come down and carry it in her case, so I can not accout for

  • Printing selected pages

    I print PDF files every day with more than 200 pages.  Every third page should be on color paper.  I use thumbnails to select pages to print white or colored paper.  I copied the string of page field Pages but when I try to paste it into the field of

  • vCenter 5.5 Web Client Login - authentication hangs for minutes...

    I just finished an upgrade on the VCSA since the latest 5.1 to, I guess, the last 5.5.0b. Upgrade was surprisingly fast and clean and, so far, the only large thing of sorts (apart from the environment variable missing for remote console causing Java