Github user liuyu000 commented on a diff in the pull request:
https://github.com/apache/trafodion/pull/1377#discussion_r160079583
--- Diff: docs/sql_reference/src/asciidoc/_chapters/sql_utilities.adoc ---
@@ -650,6 +650,111 @@ Tables must be created/dropped/altered through Hive
itself.
[[load_examples]]
=== Examples of LOAD
+* This example demonstrates the LOAD statement continues loading data from
source_table into target_table after ignorable data conversion error.
+
++
+Suppose that we have two tables (source_table and target_table) like this:
--- End diff --
Thanks Ming :)
"this" represents the following situation (whole, singular).
Two similar examples from other manuals are attched for your reference:
1. The example in _Oracle SQL Reference Manual_

2. The example in _MySQL SQL Reference Manual_

---