MS SQL Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMS SQL Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now!
  #1  
Old March 25th, 2004, 09:14 AM
bfarrand bfarrand is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 2 bfarrand User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Adding date and time

I am trying to add a date and time field to this query, but am really having problems with it. Would appreciate any help I can get. I am new to SQL and don't quite understand everything yet.

use Brians

DROP VIEW FanSpeeds
GO
CREATE VIEW FanSpeeds AS
SELECT NodeTable.node_id, NodeTable.label, Histories.hist_id, Histories.var_name, Data.pt_data
FROM NodeTable
INNER JOIN Histories ON NodeTable.node_id = Histories.node_id
INNER JOIN Data ON Histories.hist_id = Data.hist_id
WHERE NodeTable.node_id = '103117-549' AND Histories.hist_id BETWEEN 60 and 64
GO
SELECT * FROM FanSpeeds order by hist_id

Last edited by bfarrand : March 25th, 2004 at 10:59 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMS SQL Development > Adding date and time


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway