Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. leeamra

    I want to identify the data in an interval of time between two days

    Quiries 1 `SELECT First(Times.Field1) AS [Date], First(Times.Field2) AS FirstOfField2, First(Times.Field6) AS FirstOfField6, First(Data.Field3) AS [Open], Max(Data.Field4) AS [Max], Min(Data.Field5) AS [Min], Last(Data.Field6) AS [Close] FROM Data, Times [highlight #C17D11]WHERE...
  2. leeamra

    I want to identify the data in an interval of time between two days

    I have two tables, the first is the data table about the stock price per minute. It is composed of six columns, the date and time, the opening price, the highest price, the lowest price, and the closing price. Table Data `ID Field1 Field2 Field3 Field4 Field5 Field6 2 2016.02.17 11:36:00 PM...

Part and Inventory Search

Back
Top