Compare two columns:
Source:
Pentaho Steps:
Count.equals(Tgt_Count) ? "TRUE" : "FALSE"
Value Type : String
Count<=Tgt_Count ? "OK" : "NOTOK"
Value Type : String
1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...
No comments:
Post a Comment