Skip to content

Commit a8bf1ac

Browse files
authored
Update store.md
1 parent a81f417 commit a8bf1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs-api/docs/database/store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The `Entity` class with corresponding decorators **CustomerEntity.ts** (note the
8383

8484
response.println("");
8585
response.println("Select native customers with first name John:");
86-
let selectNative = store.queryNative("select * from Customer c where CUSTOMER_NAME = 'John'");
86+
let selectNative = store.queryNative("select * from \"CUSTOMER\" c where CUSTOMER_NAME = 'John'");
8787
response.println(JSON.stringify(selectNative, null, 2));
8888

8989
response.println("");

0 commit comments

Comments
 (0)