SQLize Online / PHPize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
CREATE TABLE product_options ( product_id int, option_id int, ); INSERT INTO product_options VALUES (4,13),(11,13),(11,33),(12,33); SELECT * FROM product_options po1 JOIN product_options po2 USING product_id WHERE po1.option_id = 13
Stuck with a problem? Got Error? Ask ChatGPT!
Copy Clear