Oracle database I have a table and a field called Date and type is date. When I try to insert date in it it says invalid user.table column, table column or column specification; Here is the code:
insert into parkcode_xref(date)
values ('#CrateODBCTime(Now())#')
Thanks for help
insert into parkcode_xref(date)
values ('#CrateODBCTime(Now())#')
Thanks for help