On May 26, 2005, at 7:23 AM, Gregory Letellier wrote:

try SELECT Test2.* FROM test2 inner join test11 ON test2.id=test11.id ORDER By Name;


Thanks. I know there are ways to get the query to work. I think the problem is when people are migrating over from another database engine and they already have thousands of queries written. It's cool when those queries can work out of the box, so to speak. On the other hand, SQL is implemented slightly differently in all SQL engines, and so I imagine that some differences are simply unavoidable.

Reply via email to