forked from palatinuse/database-vertical-partitioning
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquery10
10 lines (10 loc) · 854 Bytes
/
query10
1
2
3
4
5
6
7
8
9
10
select avgDuration, visitDate, pageRank from bigbench where avgDuration = 29;
select languageCode,duration from bigbench where avgDuration=57;
select languageCode,pageRank from bigbench where pageURL='ydckzaxqailzhlveucekjveazutrpoqxybxgacatcqccclukptmunytmostmhjyyhppyccghxwtyeipsl';
select languageCode,pageRank from bigbench where pageURL='jhyxeotcfiibhtcbuqugkrnzshokkjxjifftxkjwzylscsqxhadncjeqptkydsuwhoegkdhgqbaxhzwqfvfedultcumw';
select pageRank,duration from bigbench where pageRank=1920;
select languageCode,pageRank from bigbench where userAgent='Djjtkfjakd/3.1';
select pageRank,languageCode from bigbench where avgDuration=7;
select languageCode,pageRank from bigbench where visitDate='1990-08-08';
select pageRank,languageCode from bigbench where avgDuration=21;
select pageRank,languageCode from bigbench where userAgent='Gblukxvtjaq/2.5';