
November 10th, 2003, 01:01 AM
|
|
Junior Member
|
|
Join Date: Sep 2003
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
How can I create a view with an identity column!
Hello!
How can I create a view with an identity_insert column(or something like that) ...(I want that in column named "id" to have 1,2,3,... count(row from the view))! How can I do that! Thanks! I want to use that in a query like this:
"Select * from my_view_table where id>$id_1 and id<$id_2" where $id.. are php variabiles!
The "my_view_table" will have ~1.000.000 row, with 43 columns!
Thanks!
|