-
Notifications
You must be signed in to change notification settings - Fork 0
/
both_rowcounts.sql
50 lines (50 loc) · 2 KB
/
both_rowcounts.sql
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
select count(1) from people_profile;
select count(1) from django_content_type;
select count(1) from base_resourcebase;
select count(1) from base_restrictioncodetype;
select count(1) from base_topiccategory;
select count(1) from base_spatialrepresentationtype;
select -1 as base_license;
select -1 as services_service;
select count(1) from account_account;
select count(1) from account_emailaddress;
select count(1) from account_signupcode;
select count(1) from agon_ratings_overallrating;
select count(1) from announcements_announcement;
select count(1) from auth_group;
select count(1) from auth_permission;
select count(1) from base_region;
select count(1) from layers_style;
select count(1) from layers_layer;
select -1 as layers_uploadsession;
select count(1) from maps_map;
select -2 as notification_noticetype;
select count(1) from taggit_tag;
select count(1) from upload_upload;
select count(1) from user_messages_thread;
select count(1) from account_accountdeletion;
select count(1) from account_emailconfirmation;
select count(1) from account_signupcoderesult;
select count(1) from actstream_action;
select count(1) from actstream_follow;
select count(1) from agon_ratings_rating;
select count(1) from announcements_dismissal;
select count(1) from auth_group_permissions;
select count(1) from avatar_avatar;
select count(1) from base_contactrole;
select count(1) from base_link;
select count(1) from base_resourcebase_regions;
select count(1) from dialogos_comment;
select count(1) from django_admin_log;
select count(1) from documents_document;
select count(1) from layers_attribute;
select count(1) from layers_layer_styles;
select count(1) from maps_maplayer;
select -2 as notification_noticesetting;
select count(1) from taggit_taggeditem;
select count(1) from upload_uploadfile;
select count(1) from user_messages_message;
select count(1) from user_messages_userthread;
select count(1) from django_session;
select count(1) from django_site;
select -2 as notification_noticequeuebatch;