Reply to Re: Using a trigger to generate an ID value
Posted by imani_technology_spam@yahoo.com on 09/21/06 21:28
Again, thank you very much. Am I right to assume that the following
section is unnecessary, just for testing?
> INSERT nisse (somemoredata)
> SELECT 8
> UNION ALL SELECT 188
> UNION ALL SELECT 234
> go
> select * from nisse
> INSERT nisse (somemoredata)
> SELECT 18
> UNION ALL SELECT 5188
> UNION ALL SELECT 9234
> go
> select * from nisse
> drop table nisse