查询以获取表中的选定日期数据 [英] Query for getting Selected date(s) Data from the Table

查看:72
本文介绍了查询以获取表中的选定日期数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我需要针对日期列过滤我的表,这里我只需要从中选择的日期行...

我需要为此的selectQuery语句...

我该怎么办..?

请帮助我...

Hai all,

I need to filter my table with respect to a date column, where i only need the selected date(s) Row(s) from it...

I need a selectQuery statement for this...

How can i do this..?

please help me...

推荐答案

您可以在此处使用中"

You can make use of "in" here

select [ColumnNames] from [TableName] where [FilterColumnName] in ([FilterValues])


嘿!因此,您面临的问题是可以使用适当的子句来获取结果.
使用给定的语法
hey! So what''s problem you are facing you can use appropriate clause to fetch out the result.
use given syntax
SELECT column_name(s)
FROM table_name
WHERE column_name operator value



或者,如果我做错了任何事情,请随意恢复您的表结构和详细要求.



or If I am getting any thing wrong so please fell free to revert back with your table structure and your requirement in details.


这篇关于查询以获取表中的选定日期数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆