我正在开展一个select table_date,
case when date_format(table_date, '%Y-%m-01')
= date_format('2013-01-20', '%Y-%m-01') then 1 end AS THIS_MONTH,
case when date_format(table_date, '%Y-%m-01')
= date_add(date_format('2013-01-20', '%Y-%m-01'), interval -1 month) then 1 end AS LAST_MONTH
from x;
项目。我有C#
列datagridview
列,到目前为止一直很好:)。你可以在下面找到代码。但是当我点击它时我想添加两个选项(见下图)。
我能怎么做?你有跟踪我吗?
PS:我是法国人,请原谅我的英语水平^^孩子。
代码:
combobox