8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Correction.

This commit is contained in:
robocop 2008-08-28 05:14:33 +00:00
parent a29d4ee1ea
commit 70ffe7edaa

View File

@ -1,7 +1,7 @@
/* MAX_NUMBER is the next number to be used, always one more than the highest message number. */ /* MAX_NUMBER is the next number to be used, always one more than the highest message number. */
set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUMBER) VALUES (?, ?, ?, ?); set bulk_insert INSERT INTO FACILITIES (LAST_CHANGE, FACILITY, FAC_CODE, MAX_NUMBER) VALUES (?, ?, ?, ?);
-- --
('2008-07-08 22:12:00', 'JRD', 0, 615) ('2008-08-08 13:01:57', 'JRD', 0, 616)
('2005-09-02 00:55:59', 'QLI', 1, 513) ('2005-09-02 00:55:59', 'QLI', 1, 513)
('1996-11-07 13:38:37', 'GDEF', 2, 345) ('1996-11-07 13:38:37', 'GDEF', 2, 345)
('2007-04-07 13:11:00', 'GFIX', 3, 116) ('2007-04-07 13:11:00', 'GFIX', 3, 116)