如何从生成的Crystal编写SQL语句



在这里,我们已经生成了Crystal SQL,出于性能原因,我需要在AS/400 db2上进行相同的操作。如何在AS/400 SQL中编写这些代码?

TodaysDate 
 like  and
 <>
select ... 
  from order_table 
  where order_date = current date and
        status_code in ('E', '1', 'X') and
        user = 'BLOGGS';

DB2 for i Reference手册可能会有所帮助。

相关内容

  • 没有找到相关文章

最新更新