Posted by Anonymous Fri 2nd Mar 2007 00:33 - Syntax is Diff - 49 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
-
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
-
)
-
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/11270
Posted by Anonymous Fri 2nd Mar 2007 00:33 - Syntax is Diff - 49 views
Download | New Post | Modify | Hide line numbers
Download | New Post | Modify | Hide line numbers
Comments: 0