3 posts tagged with Joins. (View popular tags)
Displaying 1 through 3 of 3. Subscribe:
SQL query help. Given the (fictional but equivalent) table disk_status = computer_id:int, disk_id:int, datetime:datetime, temperature:float, rpm:int, I need to provide a table of disk status for a given computer_id, without knowing in advance how many disks there are. So if there were two disks for a particular computer, the result would have the header: datetime, disk_1_temperature, disk_1_rpm, disk_2_temperature, disk_2_rpm, disk_2_rpm [more inside]
posted by Nothing
on Apr 16, 2009 -
25 answers
Yet another MySQL join question. [more inside]
posted by Jezztek
on Dec 24, 2008 -
11 answers
I currently have a very low level of SQL knowledge (I can construct simple queries for multiple tables, but I start to fall apart on the difference between inner and outer joins).
I need to learn to create multiple join SQL queries and Dynamic SQL/Stored Procedures on MS SQL Server 2000 in a short period of time. I'd also like to learn to use MS Query Analyzer more efficiently. Is there one book or online resource that is best for this?
Additionally, are there alternatives to using MS Query Analyzer, or is that really *the* tool? [more inside]
posted by de void
on Jul 12, 2005 -
12 answers