Posted by tmort Fri 2nd Mar 2007 00:21 - Syntax is Oracle 8 - 24 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Description:
incorrect number of values
incorrect number of values
-
INSERT INTO fv_document
-
(doc_id, doc_url_id, doc_class_id, doc_type_id, user_id,
-
doc_status_id, doc_title, doc_desc, date_created, date_updated,
-
map_lat, map_lon, bldg_floor
-
)
-
VALUES ((SELECT doc_id, doc_url_id, doc_class_id, doc_type_id, user_id,
-
1, doc_title, doc_desc, SYSDATE, NULL,
-
map_lat, map_lon, 1 FROM fv_document2)
-
)
PermaLink to this entry https://pastebin.co.uk/11269
Posted by tmort Fri 2nd Mar 2007 00:21 - Syntax is Oracle 8 - 24 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0