Generation

text to sql syntaxMon, 14 Nov 2022

find all children and grand-children of user named "toto"

SELECT * FROM customers WHERE parent_id IN (SELECT id FROM customers WHERE name="toto");

Questions about programming?Chat with your personal AI assistant