79248449

Date: 2024-12-03 16:37:58
Score: 0.5
Natty:
Report link

you can try using result_scan of the last query.

list @stage_file_name;
select $2 from table(result_scan(last_query_id())) ;
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Himanshu Kandpal