isolating the where clause
Posted: Thu 03 Apr 2008 22:20
I would like to isolate the where clause (FinalSql – BaseSql) and use it for a delete statement. Any ideas how to do it?
Thank you
Thank you
Discussion forums for open issues and questions concerning database tools, data access components and developer tools from Devart
https://forums.devart.com/
Code: Select all
w := _GetWhere(IBCQuery.SQL.Text, TIBCParser, False, lxSELECT, lxWHERE);