Tuesday, 6 May 2025

To remove the space lines in the notepad++

 Suppose we have the extra space lines between the lines like below then go to 

Edit ----> Line Operations ------> Remove empty lines


Before removing empty lines:

-----------------------------

FROM


  doo_headers_all dha,


  doo_headers_eff_b dheb,


  doo_fulfill_lines_all fl,


  doo_fulfill_line_details fld,


  doo_lines_all dla,


  wsh_delivery_details dd,


  wsh_delivery_assignments da,


  wsh_new_deliveries nd,


  egp_system_items_b esi,


  EGP_SYSTEM_ITEMS_TL esit,


  HZ_PARTIES HZ,


  INV_ORGANIZATION_DEFINITIONS_V iodv


-----After removing the empty lines

FROM

  doo_headers_all dha,

  doo_headers_eff_b dheb,

  doo_fulfill_lines_all fl,

  doo_fulfill_line_details fld,

  doo_lines_all dla,

  wsh_delivery_details dd,

  wsh_delivery_assignments da,

  wsh_new_deliveries nd,

  egp_system_items_b esi,

  EGP_SYSTEM_ITEMS_TL esit,

  HZ_PARTIES HZ,

  INV_ORGANIZATION_DEFINITIONS_V iodv


No comments:

Post a Comment