|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
SQL to produce SQL?
I've got a SQL statement that produces SQL statements as output. (I'm updating parent instances based on some logic and accumulated values of children.) Is there a way I can make MySQL run these statements automatically (i.e. no cutting and pasting).
|
|
#2
|
|||
|
|||
|
RE: SQL to produce SQL?
With MySQL, no way that I know of natively...it lacks stored procedures...any database system that has stored procedures could handle this though....
only solution I can give it to pull the results back with php and send the queries back.... |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > SQL to produce SQL? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|