Page 1 of 1

About Tuniquey.filter

Posted: Mon 02 Nov 2009 12:50
by wjzws
Hello:



    I would like to ask about Tuniquery.filter properties, support those filtering methods.

 

   Such as: "" "" + - * / There are like% xx%, there are other do?



   Support: substring ( 'sdfsdf', 1,4) or left ( 'sdsf', 4) do?

Posted: Tue 03 Nov 2009 08:52
by Plash
You can use the LIKE operator instead of substring() or left(). For example: f1 like 'sdsf%'

We will consider the possibility of supporting arithmetic operators, but that is hardly to happen in the nearest future.

Posted: Wed 04 Nov 2009 05:38
by wjzws
Thanks!