* minor fix - the insert statement doesn't work on sqlplus ( have not test with set sqlblankline on but the extra blank line and bracket is not needed anyway ).

This commit is contained in:
Heng Sin Low 2008-02-11 18:38:09 +00:00
parent 13ff6a8cc6
commit 1c9d32e824
1 changed files with 1 additions and 3 deletions

View File

@ -106,8 +106,6 @@ UPDATE ad_sequence
AD_ROLE_ID ,
AD_REF_LIST_ID
)
(
SELECT
client.AD_Client_ID,
0,
@ -123,7 +121,7 @@ UPDATE ad_sequence
INNER JOIN C_DocType doctype ON (doctype.AD_Client_ID=client.AD_Client_ID)
INNER JOIN AD_Ref_List action ON (action.AD_Reference_ID=135)
INNER JOIN AD_Role rol ON (rol.AD_Client_ID=client.AD_Client_ID)
);
;
COMMIT;