cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
cancel
Showing results for 
Search instead for 
Did you mean: 

Drop array in a struct field

William_Scardua
Valued Contributor

Hi guys,

look my table definition

Screenshot 2024-04-02 at 19.03.38.png

well, I need to remove 'med array' inside that 'equip' field.

have any idea ?

Thank you

2 REPLIES 2

Sampath_Kumar
New Contributor II

Hi William,

There is array_remove method that can help to remove the elements from an array. Here med array is an element in equip array.

If it not helpful, please share some sample data so that we can solve it together.

Reference: array_remove

Thanks

Hi Sampath,

In fact, I need to change this field in the table structure ... so, I need to apply an 'alter table' to remove the 'med' array from the 'equip' field.