7 lines
353 B
MySQL
7 lines
353 B
MySQL
|
-- Apr 19, 2010 5:30:18 PM CEST
|
||
|
-- BF [2989431] - Country: Germany, add Region
|
||
|
-- https://sourceforge.net/tracker/?func=detail&aid=2989431&group_id=176962&atid=879332
|
||
|
UPDATE C_Country SET CaptureSequence='@A1@ @A2@ @A3@ @A4@ D-@P@ @R@ @C@ @CO@',Updated=TO_TIMESTAMP('2010-04-19 17:30:18','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE C_Country_ID=101
|
||
|
;
|
||
|
|