my source has 2 columns. 1st column data: ABC ABC ABC XYZ and 2nd column data: 1 2 3 4. And my target should be ABC 1 2 3, XYZ 4
2 7053i want run following code on button click of view. i am trying to retrieve data from isc_order_details table and isc_product table. but after retriaval of data i m getting error like FIELD MUST BE ENTERED!! DECLARE m number; n number; CURSOR order_details IS SELECT PRODUCT_ORDER_QUAN,PRODUCT_ID FROM isc_order_details WHERE order_id=:isc_order_master.order_id; amount NUMBER (8,2):=0.0; alert number; BEGIN go_block('isc_order_details'); first_record; m:=:system.cursor_record; last_record; n:=:system.cursor_record; OPEN order_details; --for i in m..n loop FETCH order_details INTO :ISC_ORDER_DETAILS.PRODUCT_ORDER_QUAN,:ISC_ORDER_DETAIL S.PRODUCT_ID; IF order_details%FOUND THEN SELECT order_value,order_date INTO :ISC_ORDER_MASTER.ORDER_VALUE,:ISC_ORDER_MASTER.ORDER_D ATE FROM isc_order_master WHERE order_id=:ISC_ORDER_MASTER.ORDER_ID; SELECT product_desc,product_price INTO :ISC_ORDER_DETAILS.PRODUCT_DESC,:ISC_ORDER_DETAILS.PROD UCT_PRICE FROM isc_product WHERE product_id=:ISC_ORDER_DETAILS.PRODUCT_ID; next_record; END IF; EXIT WHEN order_details%NOTFOUND; END LOOP; last_record; CLOSE order_details; EXCEPTION when NO_DATA_FOUND then alert:=SHOW_ALERT('ENTER_DATA'); Go_Item('isc_order_master.order_id'); END;
2207write a pl/sql function if enter a value=0 then output value=1 and vise verse with out using if and case statements.
3 8005ex: take one schema in that t1,t2,.....tn tables and you don't no the table name also. write a procedure if enter columns name then display the maching columns .otherwise display the unmatch columns.
1 4979take one table is t1 and in that column name is f1 f1 column values are 200 5000 3000 7000 300 600 100 400 800 400 i want display the values asc and desc in a single output. sample output is f1.a 100 200 300 400 500 600 etc...... and f1.d is 5000 4000 3000 2000 1000 etc...
9 11922Post New Zensar Interview Questions
What is merge sort and how it works?
Hello i am a chemical engineer presently looking for a job i am applying many jobs in naukri and in all job portals but i am not getting any call or interview so kindly some one help me in this regard soundar
What to use in Kylix, as a possible replacement for ShellExecute in Windows?
What is difference between run time object and test object?
what elements constitute the organizational structure?
What is the syntax for dimension logic? Which operators can be used in dimension logic?
Explain how to share outlook calenders and the type of permissions you need to assign?
How can we migrate PeopleSoft project from one environment to another?
what is the command to see the error log?
State the acid rules?
What are the common transport errors?
what is used of Property........End Property loop ? how to write the script for it?
An index is reaching a limitation on the number of pages it has, can you explain why this limitation exists and what work you would do to get around it?
How do you indent?
Does sap make their own imdb/hana hardware?