Tuesday, May 24, 2022

Extract first word in EXCEL

=LEFT(a1,FIND(" ",a1)-1)

No comments:

Post a Comment

SQL to delete all WooCommerce products except those with "draft" status

 -- Disable foreign key checks (important for InnoDB) SET     FOREIGN_KEY_CHECKS = 0;     -- Delete product meta DELETE     pm FROM     wp_p...