Tagged Questions
0
votes
0answers
25 views
How to create table with formulas and use them to calculate data(2)
I have a result table msCurrent with more than 1000 products.
At pic.1 you can see first 16 of them. At the beggining of the process this table is empty.
The data for products 1-6 is imported to ...
0
votes
1answer
25 views
Am I saving data to my sqllite database correctly?
First I have my sql statement
private static final String DATABASE_CREATE_BADGES =
"create table if not exists badges (id integer primary key autoincrement, "
+ "name VARCHAR, ...
0
votes
2answers
44 views
MSSQL avoiding Cursors
iam just reading about (MSSQL) Cursors, that I should avoid them as much as I can :)
Is there ALWAYS a way to write a query/function/procedure without Cursors?
I have found some examples on the Net, ...
0
votes
2answers
68 views
SQL Server : call stored procedure with side effects for each row without using a cursor
Before you say this is identical to SQL Call Stored Procedure for each Row without using a cursor let me clarify my question:
The stored procedure does have side effects. In fact, it's all about ...
0
votes
1answer
32 views
How to write a trigger to move data I want to delete from a table to antother before deleting it
I wrote this trigger which monitor a table called employees , and when deleting an employee from that table the trigger should fire , and copy the employee we want to delete from the table employees ...
2
votes
2answers
45 views
Copy one column value to another
I have a table that has the following values
sno package id
66 250 111
66 0 100
66 0 99
66 0 88
67 270 225
67 267 111
67 ...
0
votes
1answer
39 views
Run plpgsql program to update the data in table
I am using Postgres 8.4. I want to update the data from using plpgsql and a cursor. When I try to run the plpgsql it generates an error.
CREATE OR REPLACE FUNCTION updateScore()
RETURNS void AS
$$
...
0
votes
0answers
27 views
Populate ListView from SQLiteDate sorting by Distance from user
I am working on my first app, and want to make a list that will pull venues from a database and then sort them by distance from the user positions. I haven't done the coding to get the users position ...
1
vote
0answers
59 views
How should I use the cursor in the Function?
I want to use the cursor in the package's function like this:
PACKAGE PKG
AS
TYPE RESULT_T
IS
TABLE OF varchar2(30);
FUNCTION GENERATEF
RETURN RESULT_T PIPELINED;
END PKG;
/
create or replace
...
0
votes
3answers
60 views
Oracle Package or function in invalid state
Trying to create a pl/sql cursor based function to return details from an oracle database.
The relevant table, MEETING, has the columns
MEETING_ID: number(10), TIME: timestamp(4), TITLE: varchar(20)
...
0
votes
2answers
55 views
Couldn't read row 0, col 9 from CursorWindow
I'm getting the error Couldn't read row 0, col 9 from CursorWindow. Make sure the Cursor is initialized correctly before accessing data from it. Two other people are able to run the code without ...
0
votes
2answers
78 views
PL/SQL block and LOOP exercise
I have to create a PL/SQL block to insert 10 to 100 multiples of 10 in a table called TEN_MULTIPLES that I have to create... (SCHEMA -> TEN_MULTIPLES(numbervalue)). I will have to insert inside the ...
1
vote
1answer
45 views
Using cursor in order to fullfill a table
this is my scenario:
I have a table Employees where I need only to consider one attribute (salary) all the others are not needed in order to do the exercise. I have to create another table ...
0
votes
1answer
88 views
SQL: Insert new records from 1 table to another
I have two tables with students (using Microsoft SQL Server 2008 R2 Standard edition). I Need to write a procedure, so that if 1st table has new students, the second one gets updated as well
this ...
1
vote
1answer
57 views
Return cursor results from anoymous block
I have the following SELECT which I want to change into an anonymous block (need to use an anonymous block as doing it within Java and do not have access to created stored functionality) in order to ...
0
votes
1answer
42 views
Error in Stored procedure (Error Code : 1064)
My stored procedure is like this ...
DELIMITER $$
DROP PROCEDURE IF EXISTS `tds_dev`.`BlockTokenSheduler`$$
CREATE PROCEDURE `BlockTokenSheduler`(cdate date,shift varchar(20))
BEGIN
...
3
votes
2answers
68 views
How to do an Alter in SQL Cursor
I have 100's of databases for which I need to do an Alter to a procedure, they all have the same procedure. How can I add a cursor that will allow me to do this alter?.
DECLARE @databasename ...
1
vote
1answer
74 views
Android Custom ListView with ArrayAdapter<String> possible?
I have a prefilled DB in Assets, that will be copied and opened after App start.
I have a activity who Displays the Column Name with rawQuery
Cursor c = database.rawQuery("SELECT _id, Name from DB
...
0
votes
2answers
16 views
performing multiple separate sums with separate filters on a table
I have a table with an amount column a reference field and an id column. What I need to do is sum the amount based on different combinations of ID's for each reference. There are nine different ...
0
votes
0answers
31 views
ArcGIS: SQL expression with Search Cursor
How do you pass a python SQL expression within a search cursor which will select the current record and make a feature layer based on the value within the field.
1
vote
1answer
140 views
Sql Stored Procedure while loop
Example of Data:
ID Name ParentID
1 parent-1 NULL
2 parent-2 NULL
3 sub 1
4 child-1-1 3
5 child-1-2 1
6 child-2-1 2
Now If I search for Name like '%child-1%', I ...
0
votes
0answers
40 views
SQL Server: Cursor in Dynamic Proc, Insert errors b/c of Null value
I'll do my best to explain.. I'm restoring information from one table to another. i.e. the actual row has been deleted so the PK is now gone. A backup of the table exists elsewhere. I have ...
0
votes
1answer
97 views
SQL Server 2008 : cursor to retrieve and replace data
Maybe there's a better way about this but this has to be somewhat dynamic.
From a vb.net form I need to restore or replace data from one table to another. The two tables are identical except for a ...
0
votes
2answers
89 views
SQL Server trigger's cursor is not working
I created a cursor inside a trigger and it is not working properly. Please help me fix it
Create trigger Posts_Raw_To_Queue_Trigger ON SendNotificationPostsRaw FOR INSERT
AS
BEGIN
DECLARE @PostID ...
0
votes
1answer
59 views
Cursor in SQLServer Procedure [duplicate]
I'm trying to insert the currentDate in the table OBJ_Availability.
First I make a temporary table of all the start and enddates in the table.
Later I start a new cursor where I'm going to loop all ...
0
votes
1answer
80 views
arcpy SearchCursor, SQL statement invalid
I'm trying to select the max(and min in a separate code block, not shown) of values from 3 columns. I'm trying to model my code after some working code I saw with a search cursor.
I need to be able ...
0
votes
2answers
565 views
SQL Loop through records in a table
I have a table called master, the primary key is account_num. Each account number has an account_type (single character). I need to do the following:
find all accounts with a type of A or B.
store ...
0
votes
2answers
49 views
sql server selecting sum of each record having same id
I am having table as below..
r_Id Marks
1 25
1 25
1 25
2 30
2 30
now i want a query in which sum of marks for each r_id should be calculated and ...
0
votes
2answers
42 views
cursor_sharing parameter in Oracle
I would like to know the tradeoff in setting cursor_sharing parameter in Oracle as "FORCE" .
As this would try to soft-parse any SQL statement, and certainly the performance must be improved.
But the ...
2
votes
1answer
98 views
mySQL Stored Procedure - Cursor error
I'm trying to write a mySQL procedure with a cursor to calculate a fare. I pass in the stationid's then I figure out what zone they are in. The fare is a set value of $1 and an additional $0.20 for ...
1
vote
1answer
59 views
SQL cursor & stored procedure order arrangement
I was working on a stored procedure to update the order field in a product table.
It works only the problem now is the the last item in the loop(cur), is increased twice instead of once (so dubbeled). ...
0
votes
1answer
63 views
What to use: Record or Cursor?
Create a PL/SQL block to retrieve and display data for all pledges made in a specified month. One row of output should be displayed for each pledge. Include the following in each row of output:
• ...
5
votes
2answers
116 views
Testing PostgreSQL functions that consume and return refcursor
I want to test results of a Postgres function (changing the function is not a possibility).
The function receives as arguments a REFCURSOR and several other things and returns the same RECURSOR.
...
0
votes
2answers
33 views
sortOrder on the basis of alphabets in cursorLoder
I want to sort my table on the basis of alphabetically. I am able to do it by using this query
return new CursorLoader(getActivity(),URI, null, null, null, COL_NAME);
But in this way i am getting ...
0
votes
1answer
352 views
Insert Data vertically into temp table using cursor
As above mentioned. I have created 2 temp tables in SQL and need to insert vertically to complete all columns but as I understand, you can only insert data horizontally?
Is there a way around this?
...
0
votes
2answers
327 views
Best way to replace cursor in SQL Server 2008
I want to replace the cursor code from my stored procedure
DECLARE CursorXD CURSOR FOR
SELECT
IDOrdre, Quantity,fabnum
FROM prod_ordreplanificationdetail
WHERE fab = @num
AND ...
0
votes
1answer
58 views
accessing inbox, given a particular date
Hello guys i want to accesss certain sms according to the specified month, like for example, current month and last month. etc.
i have written this query, which is not working , little help ...
2
votes
1answer
82 views
Reference cursor gets lost in XMLType.createxml
I am calling a function that returns a reference cursor, and I am using XMLType.createxml to convert the results to XML, e.g.
select XMLType.createxml(package_name.storedProcName('PARAM1', 'PARAM2', ...
0
votes
3answers
102 views
Oracle loop insert
I'm having issues to perform one mass update in our Oracle DB.
I would like to do mass insert to mapping table which we can call map
There are other two tables from which I have to obtain the data ...
3
votes
1answer
101 views
PostgreSQL dynamic fetch foward count value
I have the following function used to retrieve a batch of Ids from a table. This function is being used as the OFFSET and LIMIT clauses seem to offer poor performance.
CREATE OR REPLACE FUNCTION ...
0
votes
0answers
73 views
Any way to replace cursor in query? [closed]
I have a statement that uses a cursor to calculate time, but is there any possible substitute for the cursor using another method? The cursor is so slow...
SET NOCOUNT ON
Create table #Final_res
...
1
vote
1answer
61 views
Logcat : column _id does not exist (SQL related)
I am currently experiencing a very annoying problem with my application : the goal is to read in a listview different information from a database depending on the button the user is clicking. ...
1
vote
1answer
71 views
Application reading information from SQL databases : required / optional classes and methods?
I am working on an application whose purpose is to display a listview whose content will depend on which button the user clicks, and whose data come from a sql databse. It means my database will be ...
1
vote
1answer
146 views
Compare two rows using a single cursor in SQL
I have the following table
+-------+-------+----------+------+
| icode | iname | icatcode | slno |
+-------+-------+----------+------+
| 10 | a | 11 | 0 |
| 20 | b | 31 | ...
0
votes
0answers
66 views
i want to compare the current row and previous row using a “single cursor” and update the rows in sql
I have the following table
icode iname icatcode slno
10 a 11 0
20 b 31 0
30 c 11 0
40 d 21 ...
2
votes
1answer
83 views
When is the query in a cursor executed?
Suppose I have something like:
CURSOR foo_cur IS
SELECT * FROM foo;
...
DELETE FROM foo WHERE bar=1;
FOR row IN foo_cur
LOOP
...
END LOOP;
If I delete rows from foo before I open the cursor, ...
0
votes
1answer
83 views
Application with different requests sent to a database (SQL) depending on buttons clicked
I still am a beginner in Android development and will try to make my question as clear as possible with a schema of what I have in my mind.
Purpose of this application:
- I want the user to have the ...
0
votes
1answer
90 views
alternative to sql cursor
I am currently using a sql cursor to look up a table to update another table. I have a table which contains a lot of phrases. I want update another table to set 1 if any of those phrases falls into ...
0
votes
1answer
689 views
how to insert into a table using stored procedures in DB2 using SQL?
I wanted to know how to insert into a table using stored procedures in DB2 using SQL.
I have created a table as follows:
create table ADCLIBT.Itest
(ITNBR CHAR(15) CCSID 65535 NOT NULL DEFAULT '');
...
0
votes
1answer
79 views
IllegalStateException Cursor Error
Sorry for the repeat Question.but I try to make many way doesn't work
In applecation,In the first round, it can push through Activity. But back then it was a mistake.
SQLiteDatabase mDb;
Database3 ...



