Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
按日期 Unidata ODBC 过滤的 sql 语法是什么,我正在这样做
select * from ACCOUNT_DATA where ACCOUNT_OPEN_DATE >= {d '2014-11-1'}
但不工作。
谢谢
取决于日期字段的定义方式。
IE 以下在 SQL 提示符下在演示帐户中工作
选择 * 从客户那里 DATE_OUT = '04/25/94';
请注意,格式是日/月/年,这是它在字典中的设置方式。