Ask a Question related to ASP Database, Design and Development.
-
Miguel Orrego #1
Oracle SQL query
Hi,
My Oracle sql isn't very good, I need to select from a table events that
occurred + / - 28 days from now.
So, SELECT blah from table_blah where date = sysdate
Would give me events now, how do I modify this for + / - 28 days?
Thanks.
Miguel Orrego Guest
-
Limitation in oracle db list query
I am getting the error while retrieving the records and exporting them to excel sheet where i had a query as follows select * from FEEDBACK_IN... -
query with oracle 10g
hi all, i run this query in toad and it works but when i try to use it in coldfusion i have no records select... -
ColdFusion+cfquery+Oracle+CLOB+"Query of Query"
Error message is: Query Of Queries runtime error. Unsupported SQL type "java.sql.Types.CLOB". My database table: RESMIGAZETEFIHRISTI: ... -
Query optimizer in Oracle 7.3.4
Perhaps the statistics are diferent between both databases. On Tue, 07 Jan 2003 20:33:40 +0100, Aad Aldus wrote: -
need advice for query time on Oracle
jyou wrote: General statements are difficult to debug. For one thing, you have to take into account the network load ... since you're comparing a... -
Oracle SQL query
select * from blahdiblahdiblah where datecolumn between
sysdate -27 and sysdate -29;table events that>-----Original Message-----
>Hi,
>
>My Oracle sql isn't very good, I need to select from a28 days?>occurred + / - 28 days from now.
>
>So, SELECT blah from table_blah where date = sysdate
>
>Would give me events now, how do I modify this for + / ->
>Thanks.
>
>
>.
>Guest



Reply With Quote

