I want to convert this sql request to a queryspec
SELECT TEXT FROM tableAMessage where ida2a2 =( select ida3a5 from tableA where ida2a2 =( select ida3b5 from tableB where ida3a5 like = 123456));
Thanks
I want to convert this sql request to a queryspec
SELECT TEXT FROM tableAMessage where ida2a2 =( select ida3a5 from tableA where ida2a2 =( select ida3b5 from tableB where ida3a5 like = 123456));
Thanks