Skip to content

Commit

Permalink
correct number
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Apr 17, 2023
1 parent 96a39ba commit b7b50a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/createTables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ CREATE TABLE SF120 (
DEX_ROW_ID int IDENTITY(1,1) NOT NULL,
CONSTRAINT PKSF120 PRIMARY KEY CLUSTERED (RMDTYPAL, DOCNUMBR))

insert into SF120 (DOCNUMBR, dCUSTTBCODE) values ('IVC00089251', '10000')
insert into SF120 (DOCNUMBR, dCUSTTBCODE) values ('IVC000001', '10000')
GO

CREATE TABLE SF023 (
Expand Down

0 comments on commit b7b50a9

Please sign in to comment.