Hi
 
I tried this query in my SAP Sql Studio:
 
INSERT INTO news_item ( news_item_number,
    news_category_number,
    name,
    abstract,
    body,
    posted_at,
    remove_at
) VALUES (
    363,
    341,
    'b',
    'b',
    'b',
    '2001/01/01',
    '2001/02/02'
)
 
However it seems to complain about the date format?  (the last 2 values)
 
I've tried almost every combination I can think of,plus looked through the docs.  Does anyone know what it should look like?
 
Kind Regards
Bruce

Reply via email to