Skip to content

Commit

Permalink
add rand support for Db2
Browse files Browse the repository at this point in the history
  • Loading branch information
ngdav committed Apr 14, 2023
1 parent bf9f4ca commit 4a46dc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data_validation/query_builder/random_row_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
clients.OracleClient: "DBMS_RANDOM.VALUE",
PostgreSQLClient: "RANDOM()",
clients.MSSQLClient: "NEWID()",
clients.DB2Client: "RAND()",
}


Expand Down

0 comments on commit 4a46dc6

Please sign in to comment.