We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81f417 commit a8bf1acCopy full SHA for a8bf1ac
1 file changed
docs-api/docs/database/store.md
@@ -83,7 +83,7 @@ The `Entity` class with corresponding decorators **CustomerEntity.ts** (note the
83
84
response.println("");
85
response.println("Select native customers with first name John:");
86
- let selectNative = store.queryNative("select * from Customer c where CUSTOMER_NAME = 'John'");
+ let selectNative = store.queryNative("select * from \"CUSTOMER\" c where CUSTOMER_NAME = 'John'");
87
response.println(JSON.stringify(selectNative, null, 2));
88
89
0 commit comments