RE: Question about sub-query.

2003-08-29 Thread Fortuno, Adam
Greg, Since you're executing this from a perl script. Try saving the result of "SELECT MAX(cycle) FROM test.results WHERE snum = '$snum';" to a variable. Then use that variable in your embedded SQL statement. This alleviates that issue all together. If you're updating multiple rows, you're query s

Question about sub-query.

2003-08-29 Thread Greg.Hering
Dear MySQL gurus, I am trying to update on a Perl program that connectes to Oracle through DBI. I want to develop to a local MySQL database because I don't have access Pro*C to build DBI::Oracle on my Sun box. The problem is that my update statement is giving errors. The query as written work