Click here to Skip to main content
15,922,574 members
Home / Discussions / Database
   

Database

 
Generalsingle access on store procedure Pin
Delz25-Feb-03 21:00
Delz25-Feb-03 21:00 
GeneralRe: single access on store procedure Pin
SimonS25-Feb-03 21:22
SimonS25-Feb-03 21:22 
GeneralRe: single access on store procedure Pin
Antares68626-Feb-03 0:15
Antares68626-Feb-03 0:15 
GeneralAccessing Visual Fox Pro 3.0 Data Pin
sybux200025-Feb-03 11:00
sybux200025-Feb-03 11:00 
GeneralRe: Accessing Visual Fox Pro 3.0 Data Pin
andyharman26-Feb-03 0:43
professionalandyharman26-Feb-03 0:43 
GeneralRe: Accessing Visual Fox Pro 3.0 Data Pin
sybux200026-Feb-03 5:06
sybux200026-Feb-03 5:06 
GeneralSelect statement Pin
User 988525-Feb-03 8:34
User 988525-Feb-03 8:34 
GeneralRe: Select statement Pin
Jeremy Oldham25-Feb-03 14:19
Jeremy Oldham25-Feb-03 14:19 
Sure it is possible.

<br />
Create Table #tempTable<br />
(ID INT IDENTITY,<br />
col1 type,<br />
col2 type,<br />
...)<br />
<br />
Insert Into #tempTable (col1, col2, ...)<br />
Select col1, col2, ...<br />
From .....<br />
<br />
<br />
Select * from #tempTable<br />


This will add an incremented ID to the temp table, you can then select from.

Hope this helps.

Jeremy Oldham
GeneralRe: Select statement Pin
User 988525-Feb-03 15:28
User 988525-Feb-03 15:28 
GeneralRe: Select statement Pin
karl_w26-Feb-03 0:03
karl_w26-Feb-03 0:03 
Generalnew CDaoRecordset in a DLL Problem Pin
Crercio O. Silva24-Feb-03 17:02
Crercio O. Silva24-Feb-03 17:02 
GeneralMS SQL Server Licencing issues Pin
Scorp1us21-Feb-03 4:23
Scorp1us21-Feb-03 4:23 
GeneralRe: MS SQL Server Licencing issues Pin
Topper Price21-Feb-03 14:42
Topper Price21-Feb-03 14:42 
GeneralRe: MS SQL Server Licencing issues Pin
Antares68625-Feb-03 0:51
Antares68625-Feb-03 0:51 
GeneralADO,VC++,AutoNumber,Access Pin
Kamesh20-Feb-03 22:43
Kamesh20-Feb-03 22:43 
GeneralProblem with SQLDMO Pin
fabjoe20-Feb-03 21:05
fabjoe20-Feb-03 21:05 
GeneralRe: Problem with SQLDMO Pin
Antares68625-Feb-03 0:31
Antares68625-Feb-03 0:31 
GeneralRe: Problem with SQLDMO Pin
fabjoe25-Feb-03 2:25
fabjoe25-Feb-03 2:25 
GeneralADO CreateParameter Pin
devvvy20-Feb-03 15:09
devvvy20-Feb-03 15:09 
GeneralRe: ADO CreateParameter Pin
Jon Hulatt21-Feb-03 0:36
Jon Hulatt21-Feb-03 0:36 
GeneralRe: ADO CreateParameter Pin
devvvy21-Feb-03 3:13
devvvy21-Feb-03 3:13 
GeneralDB2-to-Excel Pin
Jassim Rahma20-Feb-03 12:44
Jassim Rahma20-Feb-03 12:44 
GeneralMySQL HELL on RedHat Linux 7.2 Pin
Masaaki Onishi20-Feb-03 12:27
Masaaki Onishi20-Feb-03 12:27 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
Scorp1us21-Feb-03 4:30
Scorp1us21-Feb-03 4:30 
GeneralRe: MySQL HELL on RedHat Linux 7.2 Pin
Topper Price21-Feb-03 14:45
Topper Price21-Feb-03 14:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.