SqlDbx
You are not logged in.
Pages: 1
Yes it is T1. UDB 9.5. Similar query in Sybase gives error. If u use ODBC query tool it also gives error. But SQLDBx latest free edition is not giving errors and giving results.
Ran a query with sub select (having wrong field name) the query ran gave results without error. The subselect is ingnored.
Ex: Select F1, F2, F3 from T! Where F1 in (SELECT F11 from T2).
Here there is a typo in F11 supposed to be F1 but the query ran by ignoring the sub select.
Pages: 1