由买买提看人间百态

topics

全部话题 - 话题: kornshell
(共0页)
h********i
发帖数: 32
1
来自主题: Database版 - 申请加精 学teradata的材料
既然提到teradata,就这种数据库而言,
搞数据库是不要编程的,不要浪费时间在c,java这种很无关的东西上了。
我认识的搞这个的人基本都没有考证的,就是会吹,懂business
想向developer发展的,学ETL tool,比如datastage,informatica 一类的,不难,就
是拉拉点点图标;这些tool对其它数据库通用
大型数据库里面都是不会code的,基本都是图形界面了。
作analyst也不要学什么,有些只用excel
就连写sql都有reporting tool比如business object, cognos, microstrategy,就是
拉拉点点图标这些tool对其它数据库通用
偏分析方面的用些统计就这样
作dba学些unix,kornshell,shell scripting
所以很多人都被误导了,我数据库这行赶了有些年头,基本从来不编程
f***y
发帖数: 98
2
来自主题: Unix版 - Questions about KornShell
1) When I try run the following script, it didn't work:
for (( i=0; i<10; i++ )) do print Hello; done
I was prompted:
ksh: syntax error: `((' unexpected

2) When I try to do this:
float i=2.3
I was prompted:
ksh: float: not found
Anyone could kindly explain this? Thanks a lot.
c**t
发帖数: 2744
3
来自主题: Unix版 - Questions about KornShell
【 在 ferry (死菜了) 的大作中提到: 】
for i in 0 1 2 3 4 5 6 7 8 9;
do
print Hello;
done
2) When I try to do this:
set float=2.3
echo $1
man ksh
(共0页)