Bricks
08-07-2007, 11:59 PM
me again...
is it possible to combine two qeuries and run at the same time?
query1
ALTER TABLE customerDETAILS
ADD COLUMN ACCOUNT TEXT(16)
query2
UPDATE customerDETAILS
SET customerDETAILS.ACCOUNT = customerACCOUNT.ACCOUNT_NR
where............
how do i create a column in the Details table and then update it to the ACCOUNT_nr in the Accounts table, at the same time?
regards
B
is it possible to combine two qeuries and run at the same time?
query1
ALTER TABLE customerDETAILS
ADD COLUMN ACCOUNT TEXT(16)
query2
UPDATE customerDETAILS
SET customerDETAILS.ACCOUNT = customerACCOUNT.ACCOUNT_NR
where............
how do i create a column in the Details table and then update it to the ACCOUNT_nr in the Accounts table, at the same time?
regards
B