|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
how can i search within the results of a sql query?
pieter |
|
#2
|
|||
|
|||
|
In MySQL, you'll have to do this through application logic. Grab your results in a Perl script (or whatever else takes your fancy), and then search through them. If you have access to a database which supports sub-selects then you can do it all in the DB, but as this is posted to a MySQL group I imagine you probably have MySQL.
Hopefully at some point in the near future MySQL will add support for sub-select's (it's on the ToDo list). |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > search within results |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|