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.
特定の日付を取得したい。たとえば、私のデータベースには1月1日から8月31日までのデータがあります。最初の2か月のデータを取得したい。この目的のためにクエリを支援することを提案してください。
クエリデザインウィンドウを開き、テーブルを追加し、フィールドをダブルクリックしてグリッドに追加します。追加した日付フィールドの下の基準行に日付を入力します。
SQLクエリ:select * from table where table.my_date <=#29/02/2012#
2月29日より前の日付をフィルタリングします。クエリウィンドウに「<=#29/02/2012#」と入力できます