- Executing the File in Background $nohup sh XXCRM_TEST.sh & --> nohup execute the script without Debug statements and Last & will run in the Background.
- Executing the File $sh XXCRM_TEST.sh
- The CONCAT function concatenates all the stings
Example: CONCAT('Sagar','-','hive') returns 'Sagar-hiveTo see the Table script in Hive.
$show create table TableName; --This command will show the Table script tosee the complete creation script.
No comments:
Post a Comment