I am getting errors with a MySQL insert query which is puzzling me, it is based on the following query that works perfect.
INSERT INTO selected_product_parent_options (F_ID, NAME) (SELECT {GET.NxT_ID}, NAME FROM parent_options WHERE NAME NOT IN (SELECT NAME FROM selected_product_parent_options)...
I have been playing with various scripts to make a horizontal text scroller with the contents taken from an external file (php). This is not a problem but i need to be able to add two buttons that allow the direction to change ( < || > )and to pause on mouse over. This would normally be straight...
Hi All
This is my first posting so I hope I am in the correct area! The following code works perfect
INSERT INTO selected_product_parent_options (NAME) SELECT NAME from parent_options WHERE NAME NOT IN (SELECT NAME from selected_product_parent_options)
how ever if I try this
INSERT INTO...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.