Convert Text to SQL(by Direct or Text->Cypher->SQL query)

Hi All,
I am trying to convert the Text to SQL where I am using the NEo4j Graph database.
My target is if I am asking any question on the related graph database(database is available) by using the GenAI/LLM. Then it will give the SQL or PLSQL query of that text which can be executable.
I have tried Knowgraph DB -> Cypher query generation, but unfortunately unable to convert it (cypher query) to a Normal SQL/PLSAL query.
Can anyone please help me with this or guide me on what need to do in either of this above scenario?