私は次の表を持っています
テーブル名:hydroraw
idhydroraw|idstndb|dates|dist_raw|lvl_m
1|1|2011-12-14 14:20|2.3|4.5
2|1|2011-12-14 14:30|2.4|4.3
1|2|2011-12-14 14:20|6 |9
2|2|2011-12-14 14:30|8 |10
...等
私は選択しようとしdist_raw
ていますlvl_m
where idstndb =1 and idstndb=2
が、同じ日付で次のようなものを作成しようとしています:
2011-12-14 14:20|2.3|4.5|6 | 9
2011-12-14 14:30|2.4|4.3|8 | 10
私はSQLを初めて使用するので、解決策ではなく、いくつかのヒントを求めたいと思います。