DROP TABLE if exists abc cascade;
Wednesday, 27 July 2022
Tuesday, 19 July 2022
JAVA SCRIPT - TO GET THE CHARACTER POSITION & SLICE(STRING CUT)
var out_filename = short_filename.slice(0, short_filename.indexOf("."))
CRON Schedule
0 5 * * * /home/pentaho/pentaho-pdi/data-integration/pan.sh -file="/home/pentaho/test/tr_test.ktr" –level: Basic –logfile="/home/pentaho/test/test.log"
Subscribe to:
Posts (Atom)
Kiro - Core Features
What is Kiro Kiro is an innovative AI-powered IDE that revolutionizes software development through intelligent assistance and structured wor...
-
Result Cache Stores the results of a query (Cloud Services) Same queries can use that cache in the future Table data has not changed Micro-p...
-
#Sample thislist = [ "apple" , "banana" , "cherry" ] print ( "MyList : " , thislist ) thislist...
-
CREATE INDEX sync_idx_abc ON schemaname.tablename(columnname);