Project

General

Profile

1
SELECT util.search_path_append('util');
2

    
3

    
4
SELECT mk_derived_col((:table_str, 'event__participant'),
5
$$_join_words(event__participant__name__first::text, event__participant__name__middle::text, event__participant__name__last::text)$$)
6
; -- runtime: 1 s ("Time: 1265.039 ms") @starscream
(7-7/10)