Merging upstream version 11.2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c6f7c6bbe1
commit
428b7dd76f
93 changed files with 33054 additions and 31671 deletions
|
@ -35,6 +35,8 @@ class TestTeradata(Validator):
|
|||
write={"teradata": "SELECT a FROM b"},
|
||||
)
|
||||
|
||||
self.validate_identity("CREATE VOLATILE TABLE a (b INT)")
|
||||
|
||||
def test_insert(self):
|
||||
self.validate_all(
|
||||
"INS INTO x SELECT * FROM y", write={"teradata": "INSERT INTO x SELECT * FROM y"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue