Subject | Re: [ib-support] sql statement. |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-30T10:16:45Z |
Hi,
EXTRACT(MONTH FROM datecolumn) = 29
Although I have no idea what month "29" is?
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."
EXTRACT(MONTH FROM datecolumn) = 29
Although I have no idea what month "29" is?
> Hi i wanted to select record from tables with a fields that is a date dataWith regards,
> type.
> how to i select a particular month for that table.
> in MSSQL i can do a
> select * from dr_trans where month(transdate) = 29
>
> how to i do it with interbase 6.0
Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com
Firebird Workbench - the developer tool for Firebird
http://www.upscene.com
Upscene Productions
http://www.upscene.com
"This is an object-oriented system.
If we change anything, the users object."