Subject Re: [IB-Architect] help date
Author Helen Borrie
At 01:50 PM 01-02-01 -0800, you wrote:
>
>I join use application interbase 6.0 and i try with sql command insert and
>i got difficult because i can't insert date. How mean for insert date for
>column?
>

This list is for discussions of the architecture of the InterBase software.

Please would you post your help requests to
mailto:ib-support-subscribe@yahoogroups.com

or

mailto:interbase-request@...?subject=subscribe

Thank you.

insert into mytable(ID, JoinDate)
values(99, '31-JAN-2001');

OR

insert into mytable(ID, JoinDate)
values(99, '31.01.2001');

OR

insert into mytable(ID, JoinDate)
values(99, '01/31/2001');


Helen (Moderator)







>[Non-text portions of this message have been removed]
>
>
>To unsubscribe from this group, send an email to:
>IB-Architect-unsubscribe@onelist.com
>

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________