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 0d04eeb commit 7b17051Copy full SHA for 7b17051
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,float,double,string,u16string
+ // note that you can extract a single culumn 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