We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b17051 commit 1c3f8c2Copy full SHA for 1c3f8c2
README.md
@@ -70,7 +70,7 @@ int main() {
70
}
71
72
// selects the count(*) from user table
73
- // note that you can extract a single culumn single row result only to : int,long,long long,float,double,string,u16string
+ // note that you can extract a single column single row result only to : int,long,long long,float,double,string,u16string
74
int count = 0;
75
db << "select count(*) from user" >> count;
76
cout << "cout : " << count << endl;
0 commit comments