1
1.32 ms
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . path = ?
Parameters :
[
"/contact "
]
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . path = '/contact' ;
Copy
2
0.45 ms
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . user_id IS NULL AND t0 . statut = ?
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . user_id IS NULL AND t0 . statut = 'unread' ;
Copy
3
0.50 ms
SELECT h0_ . id AS id_0 , h0_ . title AS title_1 , h0_ . route AS route_2 , h0_ . content AS content_3 , h0_ . language AS language_4 FROM help_content h0_ WHERE ? LIKE CONCAT ('%' , h0_ . route , '%' )
Parameters :
[
"https://synpraxis.horai-software.com/contact "
]
SELECT h0_ . id AS id_0 , h0_ . title AS title_1 , h0_ . route AS route_2 , h0_ . content AS content_3 , h0_ . language AS language_4 FROM help_content h0_ WHERE 'https://synpraxis.horai-software.com/contact' LIKE CONCAT ('%' , h0_ . route , '%' );
Copy
4
0.52 ms
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . path = ?
Parameters :
[
"/contact "
]
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . path = '/contact' ;
Copy
5
0.38 ms
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . user_id IS NULL AND t0 . statut = ?
SELECT t0 . id AS id_1 , t0 . creation_date AS creation_date_2 , t0 . statut AS statut_3 , t0 . title AS title_4 , t0 . path AS path_5 , t0 . seen AS seen_6 , t0 . user_id AS user_id_7 , t0 . from_user_id AS from_user_id_8 FROM notification t0 WHERE t0 . user_id IS NULL AND t0 . statut = 'unread' ;
Copy
6
0.31 ms
SELECT h0_ . id AS id_0 , h0_ . title AS title_1 , h0_ . route AS route_2 , h0_ . content AS content_3 , h0_ . language AS language_4 FROM help_content h0_ WHERE ? LIKE CONCAT ('%' , h0_ . route , '%' )
Parameters :
[
"https://synpraxis.horai-software.com/contact "
]
SELECT h0_ . id AS id_0 , h0_ . title AS title_1 , h0_ . route AS route_2 , h0_ . content AS content_3 , h0_ . language AS language_4 FROM help_content h0_ WHERE 'https://synpraxis.horai-software.com/contact' LIKE CONCAT ('%' , h0_ . route , '%' );
Copy