Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
9answers
20k views

Equivalent of Oracle's RowID in SQL Server

What's the equivalent of Oracle's RowID in SQL Server?
7
votes
3answers
3k views

What can cause an Oracle ROWID to change?

AFAIK ROWID in Oracle represents physical location of a record in appropriate datafile. In which cases ROWID of a record may change ? The one known to me is UPDATE on partitioned table that "moves" ...
6
votes
5answers
1k views

ROWID (oracle) - any use for it?

My understanding is that ROWID is a unique value for each row in the result returned by a query. why we need this ROWID ?( there is already ROWNUM is ORACLE). Have any one used ROWID in sql query?
3
votes
1answer
146 views

Oracle Database Change Notification and ROWID's

Oracle's database change notification feature sends rowids (physical row addresses) on row inserts, updates and deletes. As indicated in the oracle's documentation this feature can be used by the ...
2
votes
0answers
49 views

How to get/utilize SQLite row ID reliably with C API when user hide all the column names?

According to SQLite documentation, All tables have rowid by default, and it cannot be removed. And this rowid can be accessed with rowid, oid or _rowid_. Anyway database users can add the new column ...
2
votes
8answers
522 views

Can a rowid be invalidated right after being inserted in Oracle?

I'm running queries that look something like this: INSERT INTO foo (...) VALUES (...) RETURNING ROWID INTO :bind_var SELECT ... FROM foo WHERE ROWID = :bind_var Essentially, I'm inserting a row ...
2
votes
3answers
390 views

Is there an open-source SQL database that has the concept of Oracle's “rowid” pseudo-column?

I am aware that MySQL and PostgreSQL[1] do not have that concept, so I am interested in finding out of there is an open-source SQL database that does have the concept. [1] It was later pointed out ...
2
votes
3answers
493 views

Will rowid be reused?

In database, such as Informix, DB2, Oracle etc, will the rowid be reused pls?
1
vote
1answer
25 views

viable to perform oracle table rollback by using rowid?

i am performing oracle table rollback using rowId: so before each data injection, i record the max rowid of the table. If anything went wrong, i will delete from table where rowid > max rowid ...
1
vote
2answers
69 views

How to use ROWID with an Oracle Join View

I am trying to create a unique identifier for every row of a view. The view I have joins a lot of tables and therefore no one table's primary key will help me identify the row. Doing a google search ...
1
vote
2answers
75 views

Same ROWID in Oracle Clustered Tables

Oracle ROWID is said to be unique within a table. I didn't understand how can two rows of two different tables stored in the same cluster have the same rowid since the last three characters of the ...
1
vote
1answer
192 views

rowid in SQLITE3 and Android

I perform an insert on a database and I want to know what the rowid is for that insert. Does this accomplish the task: Uri uri = ContentResolver.insert(url,values); //Make insert int rowid= ...
1
vote
1answer
66 views

Insert new row containing a row id

I need to insert a new row with a new rowID. Does oracle do this automatically or is there something i need to use. I know with sequences you can do mysequence.nextVal or something similar. Is there ...
1
vote
5answers
1k views

HOW TO get records with given rowid list IN STRING from a table (Oracle)?

Any one can help me to resolve the FIXME ? -- Task: Get records with given rowid IN STRING from a table. -- NOTICE: I do not known where the given rowid comes from. -- OUTPUT 'AAAAB0AABAAAAOhAAA' ...
1
vote
1answer
382 views

PL/SQL: Update row based on ROWID

I am trying to update a row in a table which has no unique index. So, I selected the ROWID of the row I want to update and now I want to update the row like this: UPDATE MYTABLE SET MYCOLUMN = 0 ...
1
vote
1answer
303 views

Oracle ROWID as function/procedure parameter

I just would like to hear different opinions about ROWID type usage as input parameter of any function or procedure. I have normally used and seen primary keys used as input parameters but is there ...
1
vote
2answers
435 views

Oracle Join View - which rowid is used

CREATE VIEW EVENT_LOCATION ("EVENT_ID", "STREET", "TOWN") AS SELECT A.EVENT_ID, A.STREET, A.TOWN FROM TBLEVENTLOCATION A JOIN TBLEVENTS B ON A.EVENT_ID = B.EVENT_ID WHERE B.REGION = 'South'; ...
1
vote
4answers
3k views

Equivalent of Oracle’s RowID in MySQL

is there an equivalent of oracle's rowid in mysql? delete from my_table where rowid not in (select max(rowid) from my_table group by field1,field2) I want to make a mysql equivalent of this ...
1
vote
2answers
739 views

SQLITE problem in rowid

I am using SQLite C# library and as per my requirement, before going to add I am retreving the rowid of that table. It is working fine but hetting error when table is empty. Once we add any data(a ...
1
vote
1answer
702 views

SQLite3 and Implicit rowid's

SQLite3 gives you a default primary key called rowid for each table if you don't specify a primary key. However, it looks like there are some disadvantages to relying on this: The VACUUM command ...
1
vote
2answers
161 views

Will unique RIDs ever “overflow”?

I am making an application to run on both SQL Server and PostgreSQL, so I am asking this question about both of them. What happens whenever you create a unique primary key(using a sequence or ...
1
vote
1answer
191 views

Is there any way using which I can get Last Updated row Id

Is there any way using which I can get the last row I have updated of the table. For Ex:- my table has 1000 records in it. I have updated the value of 500th record of table X. So, I want the ID 500 ...
1
vote
6answers
11k views

SQL to return the rownum of a specific row? (using Oracle db)

In Oracle 10g, I have this SQL: select dog.id as dogId from CANINES dog order by dog.codename asc which returns: id -- 204 203 206 923 I want to extend this query to determine the oracle rownum ...
0
votes
0answers
10 views

retrieving 'old' rowindexes after reordering rows

currently i am struggling with DataTables and DataGridViews. the situation is as follow: i have a DataGridView(DGV) which is populated by adding a DataTable as Datasource. inside the datagridview i ...
0
votes
1answer
18 views

Valid range of SQLite rowid?

I'm making a wrapper of SQLite C API. And I want to return rowid as integer type. To mark error case, I need a invalid value of the rowid. Is there invalid value of SQLite rowid? Or all values in ...
0
votes
1answer
56 views

How do I reconcile rowID from a grid with the TRUE rowID back in the MYSQL database?

I have a the current release of JQgrid running and I have no problem searching within that grid, selecting a row, and editing it. When I pass this upstream the PHP code shows the values for POSTed ...
0
votes
0answers
19 views

Re using deleted rowid in progress database

Can we re-use the deleted rowid(s) in progress database...? If it is possible how it is being carried out, after complete the full circle or take the immediate deleted entry or using configuration ...
0
votes
1answer
90 views

Oracle UROWID or SEQUENCE

I need to create a surrogate identity key for some intermediate tables used in a stored procedure in Oracle. I found that ROWID inserted into a UROWID column works well but this is not the correct ...
0
votes
0answers
131 views

Return the rowid after the insert operation using oledb to oracle

In my app, I use Oracle 11g. Since the table does not contain a primary key, so I try to use the rowid instead. However I do not know how to get the rowid using OleDb, any idea? I do not want to use ...
0
votes
3answers
60 views

SQLite select x-th row

let's suppose I have this table, where I deleted the row with rowid=3: rowid | something ------+----------- 1 | ... 2 | ... 4 | ... 5 | ... How to select the third row (the one with ...
0
votes
1answer
452 views

How to retrieve rowId of a particular listitem of filtered listview in listActivity displaying SQlite data?

Hello Everyone I am new being in ANDROID so I am getting one problem during developing an app using SQLite database. I retrieved some data columns from SQLite database table, stored them in an ...
0
votes
1answer
835 views

Informix: How to get the rowid of the last insert statement

This is an extension of a question I asked before: C#: How do I get the ID number of the last row inserted using Informix I am writing some code in C# to insert records into the informix db using the ...
0
votes
1answer
123 views

How can I setup the row id on every row for a ListView?

I'm developing an Android application. How can I setup the row id for every item on a ListView? I don't want to use SimpleCursorAdapter. I have my owns objects, and I want to use them. These objects ...
0
votes
2answers
185 views

SQL server 2005 :Updating one record from 2 identical records

I have 2 records in a table in SQL Server 2005 db which has exactly same data. I want to update one record.Is there anyway to do it?Unfortunately this table does not have an identity column and i cant ...
0
votes
3answers
6k views

JQgrid - Get Row Number instead of ID

I am creating a JQGrid from a database table that does not contain a single field primary key. Therefore, the field i am supplying as id is not unique and the same one exists in several rows. Because ...
0
votes
3answers
392 views

Problem when select'ing by ROWID inside procedure

I've spent hours trying to find a fix to this problem, but since I'm unable to find I've decided to ask here. I'm doing a procedure to retrieve information from a table based on the row's ROWID and ...