1. Open a SQL Window and enter the following code:
2. Select all and ident
3. In the columns list, alt-select all "vr_cat." entries
4. Delete
5. Beautify
The bigger the text, the bigger the mess.
Workaround: after step 4, copy another non-rectangular content to the clipboard and then beautify.
Regards,
Gustavo
Code:
Insert Into mtl_item_categories_interface
(vr_cat.organization_code,
vr_cat.item_number,
vr_cat.category_set_name,
vr_cat.category_name,
vr_cat.process_flag,
vr_cat.transaction_type,
vr_cat.set_process_id)
Values
(vr_cat.organization_code,
vr_cat.item_number,
vr_cat.category_set_name,
vr_cat.category_name,
vr_cat.process_flag,
vr_cat.transaction_type,
vr_cat.set_process_id);
3. In the columns list, alt-select all "vr_cat." entries
4. Delete
5. Beautify
The bigger the text, the bigger the mess.
Workaround: after step 4, copy another non-rectangular content to the clipboard and then beautify.
Regards,
Gustavo