in reply to INSERT into SQL 2000
I almost didn't even bother reading your post. Was it really necessary to post over 300 lines of code to demonstrate an insert statement that doesn't work?insert into table_name (column_name1, column_name2) values (value1, value2)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: INSERT into SQL 2000
by Anonymous Monk on Jul 14, 2003 at 22:01 UTC |