Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2000-12-18 : 08:49:53
|
agus writes "select [PhoneCall].[PhoneCallID], [PhoneCall].[AccountID], [PhoneCall].[CallingNumber], [PhoneCall].[Time], [PhoneCall].[Seconds], [PhoneCall].[Cost], from [PhoneCall] where [PhoneCall].[AccountID]='8' AND [PhoneCall].[Time]>=2000-12-01 AND [PhoneCall].[Time]<=2000-12-08 order by [PhoneCall].[Time]
question : how to select accountid where time between time1 and time2" |
|
|
|
|
|