nutz, Send it tonight (3): where (A or B) and C How to write it with Cnd?

original
2014/12/19 18:42
Reading amount 1.8K

To output this condition:

 WHERE (name='wendal' OR name='zozoh') AND age<40

How to write with Nutz's Cnd?

As always, the answer will be announced in the next issue

-----------------------------Gorgeous dividing line--------------------------------------------

Answer of last issue:

The reason is that Nutz's UploadAdapter uses FilePool to store temporary files uploaded

Note that Is a temporary file , which means

  1. The entry method gets TempFile/File, which needs Self move/copy Go to the target directory!!

  2. to configure The path of the UploadAdapter is Path to temporary folder

  3. Can I change it to upload directly by path? No, unless you implement a UploadAdapter. Security considerations


Expand to read the full text
Loading
Click to join the discussion 🔥 (4) Post and join the discussion 🔥
Reward
four comment
zero Collection
zero fabulous
 Back to top
Top