Skip to content

Commit 7b17051

Browse files
zouquan741sniperzou
authored and
sniperzou
committed
duplicate long type in readme
1 parent 0d04eeb commit 7b17051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int main() {
7070
}
7171

7272
// 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
73+
// note that you can extract a single culumn single row result only to : int,long,long long,float,double,string,u16string
7474
int count = 0;
7575
db << "select count(*) from user" >> count;
7676
cout << "cout : " << count << endl;

0 commit comments

Comments
 (0)