![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I'm trying to load the date data *from a standard ingres table into a Vectorwise equivalent. The standard ingres table uses ingresdate. *The vectorwise equivalent uses timestamp(0). Having created the VW table, I do: insert into dtime_value select ...timestamp(value),... from std_dtime_value; And get error: E_VW1027_REWRITER_ERROR There are no more details displayed in the errlog. What have I done wrong? The VW table has a primary key and an index defined. But the timesatmp data is party of neither. The ingresdate values are a mixture of pure date and date/time...but timestamp() doesn't seem to have a problem with this, certainly it has no problem when I do an equivaleny insert into a non VW table. |
#5
| |||
| |||
|
|
I'm trying to load the date data from a standard ingres table into a Vectorwise equivalent. The standard ingres table uses ingresdate. The vectorwise equivalent uses timestamp(0). Having created the VW table, I do: insert into dtime_value select ...timestamp(value),... from std_dtime_value; And get error: E_VW1027_REWRITER_ERROR There are no more details displayed in the errlog. What have I done wrong? The VW table has a primary key and an index defined. But the timesatmp data is party of neither. The ingresdate values are a mixture of pure date and date/time...but timestamp() doesn't seem to have a problem with this, certainly it has no problem when I do an equivaleny insert into a non VW table. |
![]() |
| Thread Tools | |
| Display Modes | |
| |