Viacheslav Zalozhnykh

Results 1 issues of Viacheslav Zalozhnykh

Hi! Thank you for the previous help! Now I have another problem.. I have SQL like this: ```sql WITH table_test AS ( SELECT public.categories.string_agg AS string_agg FROM public.categories ) SELECT...