![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hello! Using on other DBMS I am today needing to do some work on Sql Server 2000. My question is, are Subqueries "really" illegal in insert statements? I am trying something in the following: Create table test( test id int, testStr varchar(25) ) Insert into test values ((select max(id) from test), 'something') Thank you in advance for the assistance, jeremy |
#2
| |||
| |||
|
|
Hello! Using on other DBMS I am today needing to do some work on Sql Server 2000. My question is, are Subqueries "really" illegal in insert statements? I am trying something in the following: Create table test( test id int, testStr varchar(25) ) Insert into test values ((select max(id) from test), 'something') Thank you in advance for the assistance, jeremy |
#3
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |