Viewing 10 posts - 1 through 10 (of 10 total)
Thanks a lot..
After posting, I made a script.. here´s it..
delete from mytable
insert into mytable (fieldame1, fieldame2, fieldame3, fieldame4) SELECT xlsfield1 as fieldname1, xlsfield2 as fieldname2, xlsfield3 as fieldname3, xlsfield4 as...
August 28, 2008 at 9:11 am
Is there any way to do this with T-SQL? I have to frequently update a table on my the database from an excel file, the problem is that all the...
August 27, 2008 at 1:26 pm
Thanks a lot for your teaching reply.
Do we have in this forum the possibility of marking a reply as THE SOLUTION? as we have in universalthread.com?
If we can, let me...
April 14, 2005 at 1:54 pm
Thanks a lot...
I'll give this a try.. and tell you later if it works. Thanks again.
April 13, 2005 at 1:57 pm
yes.. it repeats..
Imagine something like an invoice.. where the invoice number repeats for each item..
April 13, 2005 at 11:20 am
I think i have to say that I solved the problem with a little of programming.. but still i would like to optimize it with full SQL sentences if possible...
here...
April 13, 2005 at 11:13 am
Sorry.. I don't understand your suggestion...
Could you be more specific?
Thanks...
April 13, 2005 at 10:21 am
I would delete C1..
delete from POL_COV_RATE_DTL_V
where
ROW_ACTIVE_STS_D = 9999999 and UNITCOVERAGE_ID in
( select B.UNITCOVERAGE_ID
from POL_UNITCOVERAGE B
where B.UNITCOMMON_ID
in
(select A.UNITCOMMON_ID
from POL_UNITCOMMON A
where A.POLICY_ID = 1 )
)
April 13, 2005 at 9:50 am
Nope..
What I'm looking for is:
rec_num cod_con_A tot_con_A cod_con_R tot_con_R ----------- --------- ----------- --------- ----------- 123 A10...
April 13, 2005 at 8:29 am
Viewing 10 posts - 1 through 10 (of 10 total)