Php年月计算

时间:2015-04-23 08:06:45

标签: php mysql

朋友们,我需要使用from&amp ;;获取来自year ='2015'和month ='8'的数据。至。但我只得到空洞的结果。请帮帮我。这是我的查询。

...

<Button Content="New" Command="{Binding NewCommand}" />
<Button Content="Delete" Command="{Binding DeleteCommand}" />
<ListBox x:Name="lbxItems" ItemsSource="{Binding Items}" SelectedItem="{Binding SelectedItem}" />
<TextBox Text="{Binding SelectedItem.Description}" />
<TextBox Text="{Binding SelectedItem.Value}" />

...

1 个答案:

答案 0 :(得分:4)

year

该查询使用需要转义的Mysql保留字,如`month` SELECT * FROM me_fees WHERE `year`= 2015 AND `month`= 8 AND register_no= 9 ,如果它们是您的字段名称,则返回它们,如

.CustomTabStyle .ajax__tab_active .ajax__tab_outer, .CustomTabStyle .ajax__tab_header .ajax__tab_outer, .CustomTabStyle .ajax__tab_hover .ajax__tab_outer
{
    height: 24px;
    border: 1px solid #0445A6;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.CustomTabStyle .ajax__tab_active .ajax__tab_inner, .CustomTabStyle .ajax__tab_header .ajax__tab_inner, .CustomTabStyle .ajax__tab_hover .ajax__tab_inner
{
    height: 24px;
    border: 1px solid #0445A6;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

然后你的最后两个条件毫无用处。

是一个等效但正确的查询
[Reports]![ReportName]![SubreportName].Report![ControlName]