こんにちは!最近数日間にマップ上に配置されたフィーチャを閲覧者が見ることができるように、datepart でフィルタリングしようとしています。file gdb 用の SQL 92 対応文を試しましたが、結果は得られませんでした。ご助言いただけると幸いです。<\/P><\/BODY><\/HTML>
Thanks, Katie -
I'm working with something similar to that but can't make the current_timestamp function work. Is that not supported in 10.2.2?
last_edited_date > CURRENT_DATE -7
Hi Shaun,
You could try something like the following to specify a date range:
"DateField" >= date '05/01/2011 00:00:00' AND "DateField" < date '06/01/2011 00:00:00'
Try this as a Definition query.
Please let me know if that helps!
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.