access 07 點樣 select date/time

2010-10-02 12:50 am
我起左個table
create table test (d date, t time)
然後分別set左佢地format做
yyyy/mm/dd 同 hh:nn:ss

我自己入左一個row的value - 2010/10/01 同 01:01:01

但係點解我:
select * from test where d = 2010/10/01
會search到空白
select * from test where t = 1:01:01
會話我syntax error

請問條query應該點寫??

回答 (1)

2010-10-02 11:59 pm
✔ 最佳答案
SELECT date, time
FROM test
WHERE date=#2010/10/01# AND time=#1:01:01#;

在Access入面,日期和時間要需要有"#"有前後包住的。


收錄日期: 2021-04-29 22:31:20
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20101001000051KK01042

檢視 Wayback Machine 備份