|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SQL query problem
this is my table:
______________________________ HeatNo|DelaySeq|DelayOper| 42169 1 3 42169 0 3 42169 2 1 ______________________________ my question is how to select so is to be like this: HeatNO = 42169 DelaySeq|DelayOper| 1 3 0 3 2 1 |
|
#2
|
|||
|
|||
|
Purely from your query, you can't -- all your rows are going to have a HeatNo field. You need to separate that out in your display script.
__________________
"A pawn is the most important piece on the chessboard -- to a pawn" |
![]() |
| Viewing: Dev Articles Community Forums > Databases > General SQL Development > SQL query problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|