INSERT INTO aqua_clients (parent_firstname) VALUES (SELECT meta_value FROM _YYV_frmt_form_entry_meta WHERE meta_key = 'name-4')
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'SELECT `meta_value` FROM _YYV_frmt_form_entry_meta WHERE `meta_key` = 'name-4')' at line 3
SELECT
VALUES
INSERT INTO aqua_clients (parent_firstname) SELECT meta_value FROM _YYV_frmt_form_entry_meta WHERE meta_key = 'name-4'
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)