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 gkittelson 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: *

  • Users: manojg9
  • Order by date
  1. manojg9

    Row To Column

    u can try this : select distinct date_stamp,b.tag_id,a.value as "00:00",c.value as "01:00" from ( select tag_id ,value from tagg where start_time = '00:00' ) a,tagg b, ( select tag_id ,value from tagg where start_time = '01:00' ) c where a.tag_id =...

Part and Inventory Search

Back
Top