Ported script to postgresql, tested and it's working

This commit is contained in:
deathmeat 2007-04-22 15:22:51 +00:00
parent 52d3381cdb
commit 50ecd95167
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
UPDATE AD_FIELD
SET issameline = 'N'
WHERE ad_field_id = 2204;
COMMIT;