core-jgi/migration/330-331b/postgresql/005_FR_1754879.sql

14 lines
480 B
SQL

INSERT INTO AD_MESSAGE
(ad_message_id, ad_client_id, ad_org_id, isactive,
created, createdby,
updated, updatedby,
VALUE, msgtext, msgtype, entitytype
)
VALUES (50018, 0, 0, 'Y',
TO_TIMESTAMP ('08/02/2007 00:15:12', 'MM/DD/YYYY HH24:MI:SS'), 100,
TO_TIMESTAMP ('08/02/2007 00:15:12', 'MM/DD/YYYY HH24:MI:SS'), 100,
'CC', 'CC', 'M', 'D'
);
COMMIT ;