Viewing post 1 (of 1 total)
--Create test table
create table test_tab
(item int
,color varchar(20)
)
go
--insert temp data
insert into test_tab (item, color) values (361, 'BLACK')
insert into test_tab (item, color) values (361, 'BLUE')
insert into test_tab (item, color)...
August 27, 2004 at 9:59 pm
Viewing post 1 (of 1 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy