Hello,
it seems to me that i saw recently a functionality in toad to convert sql request
ex:
select *
from industry i
where i = 'axa'
into code like that
String s ="";
s+= "select * ";
s+= " from industry i ";
s+= " where i = 'axa'";
and i cant find it anymore.
did i dream it ? or how to find it
thanks for your help