| 1 |
0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.fromdate AS fromdate_3, t0.roomopenminutesbefore AS roomopenminutesbefore_4, t0.todate AS todate_5, t0.description AS description_6, t0.content AS content_7, t0.platform AS platform_8, t0.status AS status_9, t0.descriptioninterna AS descriptioninterna_10 FROM event t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.fromdate AS fromdate_3, t0.roomopenminutesbefore AS roomopenminutesbefore_4, t0.todate AS todate_5, t0.description AS description_6, t0.content AS content_7, t0.platform AS platform_8, t0.status AS status_9, t0.descriptioninterna AS descriptioninterna_10 FROM event t0 WHERE t0.id = '4';
|
| 2 |
0.15 ms |
SELECT t0.id AS id_1, t0.originalnameoffile AS originalnameoffile_2, t0.nameoffile AS nameoffile_3, t0.extension AS extension_4, t0.descriptionoffile AS descriptionoffile_5, t0.showinpresentation AS showinpresentation_6, t0.showinevent AS showinevent_7, t0.showinpostevent AS showinpostevent_8, t0.showinhook AS showinhook_9, t0.pdfshowasslider AS pdfshowasslider_10, t0.event_id AS event_id_11 FROM filelinked t0 WHERE t0.event_id = ? AND t0.showinpresentation = ?
SELECT t0.id AS id_1, t0.originalnameoffile AS originalnameoffile_2, t0.nameoffile AS nameoffile_3, t0.extension AS extension_4, t0.descriptionoffile AS descriptionoffile_5, t0.showinpresentation AS showinpresentation_6, t0.showinevent AS showinevent_7, t0.showinpostevent AS showinpostevent_8, t0.showinhook AS showinhook_9, t0.pdfshowasslider AS pdfshowasslider_10, t0.event_id AS event_id_11 FROM filelinked t0 WHERE t0.event_id = 4 AND t0.showinpresentation = 1;
|
| 3 |
0.10 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.code_youtube AS code_youtube_3, t0.show_in_presentation AS show_in_presentation_4, t0.show_in_event AS show_in_event_5, t0.show_in_post_event AS show_in_post_event_6, t0.show_in_hook AS show_in_hook_7, t0.event_id AS event_id_8 FROM youtubelinked t0 WHERE t0.event_id = ? AND t0.show_in_presentation = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.code_youtube AS code_youtube_3, t0.show_in_presentation AS show_in_presentation_4, t0.show_in_event AS show_in_event_5, t0.show_in_post_event AS show_in_post_event_6, t0.show_in_hook AS show_in_hook_7, t0.event_id AS event_id_8 FROM youtubelinked t0 WHERE t0.event_id = 4 AND t0.show_in_presentation = 1;
|
| 4 |
0.10 ms |
SELECT t0.id AS id_1, t0.nameoffile AS nameoffile_2, t0.typeofimage AS typeofimage_3, t0.event_id AS event_id_4 FROM imagelinked t0 WHERE t0.event_id = ? AND t0.typeofimage = ? LIMIT 1
SELECT t0.id AS id_1, t0.nameoffile AS nameoffile_2, t0.typeofimage AS typeofimage_3, t0.event_id AS event_id_4 FROM imagelinked t0 WHERE t0.event_id = 4 AND t0.typeofimage = 1 LIMIT 1;
|
| 5 |
0.47 ms |
SELECT c0_.id AS id_0, c0_.short_name AS short_name_1, c0_.alpha2_code AS alpha2_code_2, c0_.alpha3_code AS alpha3_code_3, c0_.numeric_code AS numeric_code_4, c0_.continent AS continent_5 FROM country c0_ ORDER BY c0_.short_name ASC
SELECT c0_.id AS id_0, c0_.short_name AS short_name_1, c0_.alpha2_code AS alpha2_code_2, c0_.alpha3_code AS alpha3_code_3, c0_.numeric_code AS numeric_code_4, c0_.continent AS continent_5 FROM country c0_ ORDER BY c0_.short_name ASC;
|