I found this code for making groups in emails but i just need to make sure it is correct after i modified it. I am running 1.3.7 I want to have a group of of customers that starts with 1 and goes to 450 with the ID here is my code
INSERT INTO query_builder ( query_id , query_category , query_name , query_description , query_string ) VALUES ( '', 'email,newsletters', 'Newsletter to Test Account Only', 'Send sample newsletter to Customer Test Account only', 'select customers_email_address, customers_lastname, customers_firstname from TABLE_CUSTOMERS WHERE customers_id = \'>450\'');



