Hi!
I have a table, which has following fields.
date_cs
data_cs
The type of date_cs is date
The type of data_cd is integer
I need a query to extract data between two dates
I guess this query can be like this:
select data_cs from table_name date between ?????
Thanks in advice
I have a table, which has following fields.
date_cs
data_cs
The type of date_cs is date
The type of data_cd is integer
I need a query to extract data between two dates
I guess this query can be like this:
select data_cs from table_name date between ?????
Thanks in advice