1
2.92 ms
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . link AS link_2 , s0_ . title AS title_3 , s0_ . subtitle AS subtitle_4 , s0_ . description AS description_5 , s0_ . visible AS visible_6 , s0_ . position AS position_7 , s0_ . discover_button_text AS discover_button_text_8 , s0_ . update_date AS update_date_9 FROM solution_categories s0_ LEFT JOIN software_pages s1_ ON s0_ . id = s1_ . solution_category_id AND (s1_ . is_active = 1 ) LEFT JOIN solution_category_links s2_ ON s0_ . id = s2_ . category_id LEFT JOIN software_pages s3_ ON s2_ . software_page_id = s3_ . id AND (s3_ . is_active = 1 ) WHERE s0_ . visible = 1 GROUP BY s0_ . id HAVING COUNT (DISTINCT s1_ . id ) > 0 OR COUNT (DISTINCT s2_ . id ) > 0 ORDER BY s0_ . position ASC
SELECT s0_ . id AS id_0 , s0_ . name AS name_1 , s0_ . link AS link_2 , s0_ . title AS title_3 , s0_ . subtitle AS subtitle_4 , s0_ . description AS description_5 , s0_ . visible AS visible_6 , s0_ . position AS position_7 , s0_ . discover_button_text AS discover_button_text_8 , s0_ . update_date AS update_date_9 FROM solution_categories s0_ LEFT JOIN software_pages s1_ ON s0_ . id = s1_ . solution_category_id AND (s1_ . is_active = 1 ) LEFT JOIN solution_category_links s2_ ON s0_ . id = s2_ . category_id LEFT JOIN software_pages s3_ ON s2_ . software_page_id = s3_ . id AND (s3_ . is_active = 1 ) WHERE s0_ . visible = 1 GROUP BY s0_ . id HAVING COUNT (DISTINCT s1_ . id ) > 0 OR COUNT (DISTINCT s2_ . id ) > 0 ORDER BY s0_ . position ASC ;
Copy
2
1.03 ms
SELECT COUNT (d0_ . id ) AS sclr_0 FROM documentation d0_ INNER JOIN documentation_category d1_ ON d0_ . category_id = d1_ . id WHERE d1_ . is_public = 1 AND d1_ . visible = 1 AND d0_ . visible = 1
SELECT COUNT (d0_ . id ) AS sclr_0 FROM documentation d0_ INNER JOIN documentation_category d1_ ON d0_ . category_id = d1_ . id WHERE d1_ . is_public = 1 AND d1_ . visible = 1 AND d0_ . visible = 1 ;
Copy
3
1.12 ms
SELECT COUNT (v0_ . id ) AS sclr_0 FROM video v0_ INNER JOIN video_category v1_ ON v0_ . category_id = v1_ . id INNER JOIN documentation_category d2_ ON v1_ . documentation_category_id = d2_ . id WHERE d2_ . is_public = 1 AND d2_ . visible = 1 AND v0_ . visible = 1 AND v1_ . actif = 1
SELECT COUNT (v0_ . id ) AS sclr_0 FROM video v0_ INNER JOIN video_category v1_ ON v0_ . category_id = v1_ . id INNER JOIN documentation_category d2_ ON v1_ . documentation_category_id = d2_ . id WHERE d2_ . is_public = 1 AND d2_ . visible = 1 AND v0_ . visible = 1 AND v1_ . actif = 1 ;
Copy
4
0.74 ms
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = ? LIMIT 1
Parameters :
[
"doc_public_slug "
]
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = 'doc_public_slug' LIMIT 1 ;
Copy
5
0.40 ms
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = ? LIMIT 1
Parameters :
[
"doc_public_menu_label "
]
SELECT t0 . id AS id_1 , t0 . clee AS clee_2 , t0 . value AS value_3 FROM setting t0 WHERE t0 . clee = 'doc_public_menu_label' LIMIT 1 ;
Copy
6
1.61 ms
SELECT COUNT (* ) FROM contact_reason t0
SELECT COUNT (* ) FROM contact_reason t0 ;
Copy
7
0.46 ms
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . position AS position_2 , c0_ . is_active AS is_active_3 , c0_ . created_at AS created_at_4 , c0_ . updated_at AS updated_at_5 FROM contact_reason c0_ WHERE c0_ . is_active = ? ORDER BY c0_ . position ASC
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . position AS position_2 , c0_ . is_active AS is_active_3 , c0_ . created_at AS created_at_4 , c0_ . updated_at AS updated_at_5 FROM contact_reason c0_ WHERE c0_ . is_active = 1 ORDER BY c0_ . position ASC ;
Copy
8
1.38 ms
SELECT t0 . id AS id_1 , t0 . hero_description AS hero_description_2 , t0 . hero_qualiopi_text AS hero_qualiopi_text_3 , t0 . solutions_description AS solutions_description_4 , t0 . solutions_software_title AS solutions_software_title_5 , t0 . solutions_software_description AS solutions_software_description_6 , t0 . solutions_software_bullet1 AS solutions_software_bullet1_7 , t0 . solutions_software_bullet2 AS solutions_software_bullet2_8 , t0 . solutions_software_bullet3 AS solutions_software_bullet3_9 , t0 . solutions_training_title AS solutions_training_title_10 , t0 . solutions_training_description AS solutions_training_description_11 , t0 . solutions_training_bullet1 AS solutions_training_bullet1_12 , t0 . solutions_training_bullet2 AS solutions_training_bullet2_13 , t0 . solutions_training_bullet3 AS solutions_training_bullet3_14 , t0 . about_description AS about_description_15 , t0 . about_company_card_title AS about_company_card_title_16 , t0 . about_company_card_description AS about_company_card_description_17 , t0 . about_company_image AS about_company_image_18 , t0 . about_team_card_title AS about_team_card_title_19 , t0 . about_team_card_description AS about_team_card_description_20 , t0 . contact_intro_description AS contact_intro_description_21 , t0 . contact_form_title AS contact_form_title_22 , t0 . contact_form_description AS contact_form_description_23 , t0 . contact_section_title AS contact_section_title_24 , t0 . solutions_section_title AS solutions_section_title_25 , t0 . about_section_title AS about_section_title_26 , t0 . about_company_story AS about_company_story_27 , t0 . gallery_section_title AS gallery_section_title_28 , t0 . gallery_slides AS gallery_slides_29 , t0 . created_at AS created_at_30 , t0 . updated_at AS updated_at_31 FROM home_page_content t0 LIMIT 1
SELECT t0 . id AS id_1 , t0 . hero_description AS hero_description_2 , t0 . hero_qualiopi_text AS hero_qualiopi_text_3 , t0 . solutions_description AS solutions_description_4 , t0 . solutions_software_title AS solutions_software_title_5 , t0 . solutions_software_description AS solutions_software_description_6 , t0 . solutions_software_bullet1 AS solutions_software_bullet1_7 , t0 . solutions_software_bullet2 AS solutions_software_bullet2_8 , t0 . solutions_software_bullet3 AS solutions_software_bullet3_9 , t0 . solutions_training_title AS solutions_training_title_10 , t0 . solutions_training_description AS solutions_training_description_11 , t0 . solutions_training_bullet1 AS solutions_training_bullet1_12 , t0 . solutions_training_bullet2 AS solutions_training_bullet2_13 , t0 . solutions_training_bullet3 AS solutions_training_bullet3_14 , t0 . about_description AS about_description_15 , t0 . about_company_card_title AS about_company_card_title_16 , t0 . about_company_card_description AS about_company_card_description_17 , t0 . about_company_image AS about_company_image_18 , t0 . about_team_card_title AS about_team_card_title_19 , t0 . about_team_card_description AS about_team_card_description_20 , t0 . contact_intro_description AS contact_intro_description_21 , t0 . contact_form_title AS contact_form_title_22 , t0 . contact_form_description AS contact_form_description_23 , t0 . contact_section_title AS contact_section_title_24 , t0 . solutions_section_title AS solutions_section_title_25 , t0 . about_section_title AS about_section_title_26 , t0 . about_company_story AS about_company_story_27 , t0 . gallery_section_title AS gallery_section_title_28 , t0 . gallery_slides AS gallery_slides_29 , t0 . created_at AS created_at_30 , t0 . updated_at AS updated_at_31 FROM home_page_content t0 LIMIT 1 ;
Copy
9
0.93 ms
SELECT t0_ . id AS id_0 , t0_ . first_name AS first_name_1 , t0_ . last_name AS last_name_2 , t0_ . job AS job_3 , t0_ . description AS description_4 , t0_ . position AS position_5 , t0_ . image AS image_6 FROM team t0_ ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . first_name AS first_name_1 , t0_ . last_name AS last_name_2 , t0_ . job AS job_3 , t0_ . description AS description_4 , t0_ . position AS position_5 , t0_ . image AS image_6 FROM team t0_ ORDER BY t0_ . position ASC ;
Copy
10
4.43 ms
SELECT c0_ . id AS id_0 , c0_ . company_name AS company_name_1 , c0_ . company_address AS company_address_2 , c0_ . company_zip_code AS company_zip_code_3 , c0_ . company_city AS company_city_4 , c0_ . status AS status_5 , c0_ . newsletter AS newsletter_6 FROM company c0_ WHERE c0_ . status NOT IN (? , ? )
Parameters :
[
"Supprimé "
"Inactif "
]
SELECT c0_ . id AS id_0 , c0_ . company_name AS company_name_1 , c0_ . company_address AS company_address_2 , c0_ . company_zip_code AS company_zip_code_3 , c0_ . company_city AS company_city_4 , c0_ . status AS status_5 , c0_ . newsletter AS newsletter_6 FROM company c0_ WHERE c0_ . status NOT IN ('Supprimé' , 'Inactif' );
Copy
11
1.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 86 ;
Copy
12
0.55 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 473 ;
Copy
13
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 474 ;
Copy
14
0.48 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 475 ;
Copy
15
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 477 ;
Copy
16
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 478 ;
Copy
17
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 479 ;
Copy
18
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 481 ;
Copy
19
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 482 ;
Copy
20
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 483 ;
Copy
21
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 484 ;
Copy
22
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 485 ;
Copy
23
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 486 ;
Copy
24
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 487 ;
Copy
25
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 488 ;
Copy
26
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 489 ;
Copy
27
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 490 ;
Copy
28
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 491 ;
Copy
29
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 492 ;
Copy
30
1.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 493 ;
Copy
31
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 494 ;
Copy
32
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 495 ;
Copy
33
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 496 ;
Copy
34
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 497 ;
Copy
35
0.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 498 ;
Copy
36
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 499 ;
Copy
37
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 500 ;
Copy
38
0.94 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 501 ;
Copy
39
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 502 ;
Copy
40
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 503 ;
Copy
41
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 504 ;
Copy
42
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 505 ;
Copy
43
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 506 ;
Copy
44
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 507 ;
Copy
45
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 508 ;
Copy
46
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 509 ;
Copy
47
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 510 ;
Copy
48
0.57 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 511 ;
Copy
49
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 512 ;
Copy
50
0.77 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 513 ;
Copy
51
0.48 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 514 ;
Copy
52
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 515 ;
Copy
53
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 516 ;
Copy
54
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 517 ;
Copy
55
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 518 ;
Copy
56
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 519 ;
Copy
57
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 520 ;
Copy
58
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 521 ;
Copy
59
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 522 ;
Copy
60
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 523 ;
Copy
61
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 524 ;
Copy
62
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 525 ;
Copy
63
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 526 ;
Copy
64
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 527 ;
Copy
65
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 528 ;
Copy
66
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 529 ;
Copy
67
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 530 ;
Copy
68
0.53 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 531 ;
Copy
69
0.48 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 532 ;
Copy
70
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 533 ;
Copy
71
0.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 534 ;
Copy
72
0.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 535 ;
Copy
73
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 536 ;
Copy
74
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 537 ;
Copy
75
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 538 ;
Copy
76
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 539 ;
Copy
77
0.44 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 540 ;
Copy
78
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 541 ;
Copy
79
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 542 ;
Copy
80
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 543 ;
Copy
81
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 544 ;
Copy
82
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 545 ;
Copy
83
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 546 ;
Copy
84
0.50 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 547 ;
Copy
85
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 548 ;
Copy
86
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 549 ;
Copy
87
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 550 ;
Copy
88
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 551 ;
Copy
89
0.50 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 552 ;
Copy
90
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 553 ;
Copy
91
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 554 ;
Copy
92
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 555 ;
Copy
93
0.48 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 556 ;
Copy
94
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 557 ;
Copy
95
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 558 ;
Copy
96
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 559 ;
Copy
97
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 560 ;
Copy
98
0.48 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 561 ;
Copy
99
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 562 ;
Copy
100
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 563 ;
Copy
101
0.44 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 564 ;
Copy
102
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 565 ;
Copy
103
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 566 ;
Copy
104
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 567 ;
Copy
105
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 568 ;
Copy
106
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 569 ;
Copy
107
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 570 ;
Copy
108
0.54 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 571 ;
Copy
109
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 572 ;
Copy
110
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 573 ;
Copy
111
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 574 ;
Copy
112
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 575 ;
Copy
113
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 576 ;
Copy
114
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 577 ;
Copy
115
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 578 ;
Copy
116
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 579 ;
Copy
117
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 580 ;
Copy
118
0.54 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 581 ;
Copy
119
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 582 ;
Copy
120
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 583 ;
Copy
121
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 584 ;
Copy
122
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 585 ;
Copy
123
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 586 ;
Copy
124
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 587 ;
Copy
125
0.31 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 588 ;
Copy
126
0.33 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 589 ;
Copy
127
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 590 ;
Copy
128
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 591 ;
Copy
129
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 592 ;
Copy
130
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 593 ;
Copy
131
0.54 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 594 ;
Copy
132
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 595 ;
Copy
133
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 596 ;
Copy
134
0.75 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 597 ;
Copy
135
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 598 ;
Copy
136
0.35 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 599 ;
Copy
137
0.31 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 600 ;
Copy
138
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 601 ;
Copy
139
0.69 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 602 ;
Copy
140
0.59 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 603 ;
Copy
141
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 604 ;
Copy
142
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 605 ;
Copy
143
0.33 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 606 ;
Copy
144
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 607 ;
Copy
145
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 608 ;
Copy
146
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 609 ;
Copy
147
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 610 ;
Copy
148
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 611 ;
Copy
149
0.32 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 612 ;
Copy
150
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 613 ;
Copy
151
0.32 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 614 ;
Copy
152
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 615 ;
Copy
153
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 616 ;
Copy
154
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 617 ;
Copy
155
0.34 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 618 ;
Copy
156
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 619 ;
Copy
157
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 620 ;
Copy
158
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 621 ;
Copy
159
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 622 ;
Copy
160
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 623 ;
Copy
161
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 624 ;
Copy
162
0.31 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 625 ;
Copy
163
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 626 ;
Copy
164
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 627 ;
Copy
165
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 628 ;
Copy
166
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 629 ;
Copy
167
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 630 ;
Copy
168
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 631 ;
Copy
169
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 632 ;
Copy
170
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 633 ;
Copy
171
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 634 ;
Copy
172
0.25 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 635 ;
Copy
173
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 636 ;
Copy
174
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 637 ;
Copy
175
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 638 ;
Copy
176
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 639 ;
Copy
177
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 640 ;
Copy
178
0.23 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 641 ;
Copy
179
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 642 ;
Copy
180
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 643 ;
Copy
181
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 644 ;
Copy
182
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 645 ;
Copy
183
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 646 ;
Copy
184
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 647 ;
Copy
185
0.24 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 648 ;
Copy
186
0.25 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 649 ;
Copy
187
0.25 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 650 ;
Copy
188
0.25 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 651 ;
Copy
189
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 652 ;
Copy
190
0.25 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 653 ;
Copy
191
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 654 ;
Copy
192
0.27 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 655 ;
Copy
193
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 656 ;
Copy
194
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 657 ;
Copy
195
0.26 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 658 ;
Copy
196
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 659 ;
Copy
197
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 660 ;
Copy
198
0.28 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 661 ;
Copy
199
0.31 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 662 ;
Copy
200
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 663 ;
Copy
201
0.29 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 664 ;
Copy
202
2.64 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 665 ;
Copy
203
0.33 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 666 ;
Copy
204
0.30 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 667 ;
Copy
205
2.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 668 ;
Copy
206
1.68 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 669 ;
Copy
207
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 670 ;
Copy
208
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 671 ;
Copy
209
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 672 ;
Copy
210
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 673 ;
Copy
211
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 674 ;
Copy
212
0.53 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 675 ;
Copy
213
0.51 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 676 ;
Copy
214
0.72 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 677 ;
Copy
215
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 678 ;
Copy
216
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 679 ;
Copy
217
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 680 ;
Copy
218
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 681 ;
Copy
219
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 682 ;
Copy
220
0.66 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 683 ;
Copy
221
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 684 ;
Copy
222
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 685 ;
Copy
223
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 686 ;
Copy
224
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 687 ;
Copy
225
0.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 688 ;
Copy
226
0.44 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 689 ;
Copy
227
2.70 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 690 ;
Copy
228
0.64 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 691 ;
Copy
229
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 692 ;
Copy
230
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 693 ;
Copy
231
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 694 ;
Copy
232
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 695 ;
Copy
233
0.58 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 696 ;
Copy
234
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 697 ;
Copy
235
0.72 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 698 ;
Copy
236
2.50 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 699 ;
Copy
237
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 700 ;
Copy
238
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 701 ;
Copy
239
0.53 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 702 ;
Copy
240
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 703 ;
Copy
241
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 704 ;
Copy
242
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 705 ;
Copy
243
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 706 ;
Copy
244
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 708 ;
Copy
245
0.47 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 709 ;
Copy
246
0.87 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 710 ;
Copy
247
0.49 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 711 ;
Copy
248
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 712 ;
Copy
249
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 713 ;
Copy
250
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 714 ;
Copy
251
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 715 ;
Copy
252
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 716 ;
Copy
253
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 717 ;
Copy
254
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 718 ;
Copy
255
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 719 ;
Copy
256
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 720 ;
Copy
257
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 721 ;
Copy
258
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 722 ;
Copy
259
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 723 ;
Copy
260
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 724 ;
Copy
261
0.34 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 725 ;
Copy
262
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 726 ;
Copy
263
0.35 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 727 ;
Copy
264
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 728 ;
Copy
265
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 729 ;
Copy
266
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 730 ;
Copy
267
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 731 ;
Copy
268
0.51 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 732 ;
Copy
269
0.39 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 733 ;
Copy
270
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 734 ;
Copy
271
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 735 ;
Copy
272
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 736 ;
Copy
273
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 737 ;
Copy
274
0.69 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 738 ;
Copy
275
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 739 ;
Copy
276
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 740 ;
Copy
277
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 741 ;
Copy
278
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 742 ;
Copy
279
0.45 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 743 ;
Copy
280
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 744 ;
Copy
281
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 745 ;
Copy
282
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 746 ;
Copy
283
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 747 ;
Copy
284
0.55 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 748 ;
Copy
285
0.44 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 749 ;
Copy
286
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 750 ;
Copy
287
0.64 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 751 ;
Copy
288
0.74 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 752 ;
Copy
289
0.40 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 753 ;
Copy
290
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 754 ;
Copy
291
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 755 ;
Copy
292
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 756 ;
Copy
293
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 757 ;
Copy
294
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 758 ;
Copy
295
1.95 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 759 ;
Copy
296
1.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 760 ;
Copy
297
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 761 ;
Copy
298
0.46 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 762 ;
Copy
299
0.42 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 763 ;
Copy
300
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 764 ;
Copy
301
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 765 ;
Copy
302
0.41 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 775 ;
Copy
303
1.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 777 ;
Copy
304
0.63 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 778 ;
Copy
305
1.00 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 780 ;
Copy
306
2.01 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 781 ;
Copy
307
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 782 ;
Copy
308
0.38 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 787 ;
Copy
309
0.37 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 788 ;
Copy
310
0.35 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 789 ;
Copy
311
0.36 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 790 ;
Copy
312
0.35 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 791 ;
Copy
313
0.33 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 792 ;
Copy
314
0.65 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 793 ;
Copy
315
0.43 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 794 ;
Copy
316
0.71 ms
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = ?
SELECT t0 . id AS id_1 , t0 . message AS message_2 , t0 . company_id AS company_id_3 FROM documentation_stand_by t0 WHERE t0 . company_id = 795 ;
Copy
317
1.53 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . program AS program_4 , t0 . success_rate AS success_rate_5 , t0 . satifaction_rate AS satifaction_rate_6 , t0 . duration AS duration_7 , t0 . visible AS visible_8 , t0 . position AS position_9 , t0 . training_id AS training_id_10 FROM training_option t0 ;
Copy
318
2.59 ms
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . link AS link_2 , t0_ . title AS title_3 , t0_ . subtitle AS subtitle_4 , t0_ . description AS description_5 , t0_ . visible AS visible_6 , t0_ . position AS position_7 , t0_ . update_date AS update_date_8 FROM training_category t0_ INNER JOIN training t1_ ON t0_ . id = t1_ . category_id INNER JOIN training_option t2_ ON t1_ . id = t2_ . training_id WHERE t0_ . visible = 1 AND t1_ . visible = 1 AND t2_ . visible = 1 GROUP BY t0_ . id HAVING COUNT (t2_ . id ) > 0 ORDER BY t0_ . position ASC
SELECT t0_ . id AS id_0 , t0_ . name AS name_1 , t0_ . link AS link_2 , t0_ . title AS title_3 , t0_ . subtitle AS subtitle_4 , t0_ . description AS description_5 , t0_ . visible AS visible_6 , t0_ . position AS position_7 , t0_ . update_date AS update_date_8 FROM training_category t0_ INNER JOIN training t1_ ON t0_ . id = t1_ . category_id INNER JOIN training_option t2_ ON t1_ . id = t2_ . training_id WHERE t0_ . visible = 1 AND t1_ . visible = 1 AND t2_ . visible = 1 GROUP BY t0_ . id HAVING COUNT (t2_ . id ) > 0 ORDER BY t0_ . position ASC ;
Copy
319
1.06 ms
SELECT p0_ . id AS id_0 , p0_ . nom AS nom_1 , p0_ . image AS image_2 , p0_ . actif AS actif_3 , p0_ . lien AS lien_4 , p0_ . created_at AS created_at_5 FROM popup p0_ WHERE p0_ . actif = ? LIMIT 1
SELECT p0_ . id AS id_0 , p0_ . nom AS nom_1 , p0_ . image AS image_2 , p0_ . actif AS actif_3 , p0_ . lien AS lien_4 , p0_ . created_at AS created_at_5 FROM popup p0_ WHERE p0_ . actif = 1 LIMIT 1 ;
Copy