Update except.md

Symbol Error
This commit is contained in:
rondo_1895 2023-11-13 11:37:19 +08:00 committed by GitHub
parent 213c7cffb5
commit 04b75a3ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ INSERT INTO holdings VALUES
('Bitcoin', 200),
('Ethereum', 250),
('Ethereum', 5000),
('DOGEFI', 10);
('DOGEFI', 10),
('Bitcoin Diamond', 5000);
```