•
when then
英:
美:
常见释义:
什么时候
1、When then thou art discontented about any of these things, say to thyself, that thou art yielding to pain.───然后当你不满于这些事情时,你就对自己说,我是在遭受痛苦。
2、Everyone needs to be loved. . . especially
when then
do not deserve it.───那些不值得被爱的人更需要关怀。
3、If I convinced own, gave up you,
when then
I only then may cool this section of sentiment?───如果我说服了自己,放弃了你,那我什么时候才可以冷却这段感情?
4、When there is only one monk, he makes water himself; When then appeared another monk, they have nothing to drink.───当只有一个和尚的时候,他自己挑水喝;可当另一个和尚出现后,他们却没水喝了。
5、Bishop recalls that
when then
-CEO Phillip Lippincott stopped by, a senior VP broke down and apologized for fighting his boss at every turn.───比索普记得飞利浦.林波特曾经拜访过他,当时他处于崩溃的状态,还并不停地因为跟老板作而道歉。 现在飞利浦已经是一家公司的首席执行官了。
6、WHEN then went on to tell IF about his week, hoping that it would cheer him up a bit.───然后WHEN接着告诉IF他这周的计划,希望能让他振作些。
7、When then the module-specific class loader for module 2 loads its modules code and finds a reference to another module (again, the common objects library) it loads that module.───当模块2的特定于模块的类加载器加载它的模块的代码并找到对另一个模块(同样是公共对象库)的引用时,它加载那个模块。
8、If a default is not a question of if, but when, then the majority of Greek people would like to just get it over with.───是否违约不是一个假设中的问题,而是个时间上的问题,因此大多数希腊人想要的仅仅是赶快把事情办妥。
9、WHEN then said, “Well, what about that new job you were going to apply for?───等到”接着说:“对了,你先前打算申请的那份新工作怎么样了?
1、even then───conj.即使那样;即使在那时
2、lengthen───vt.使延长;加长;vi.延长;变长
3、wheaten───adj.小麦的;小麦制成的
4、Shenzhen───n.深圳
5、what then───下步怎么办,那便会怎么样呢?
6、heathen───n.异教徒;粗野的人;adj.异教的;野蛮的
7、when ever───conj.无论何时,无论什么情况;每当;别的什么时候(也可以);adv.不论何时,随便什么时候;究竟什么时候
例如一个3条件取值的字段:
case when 条件1 then 取值1 when 条件2 then 取值2 else 取值3 end
when后接条件语句,then后为字段取值(数值或字符串等都可以,但类型须一致)。