Ver Mensaje Individual
  #11 (permalink)  
Antiguo 16/06/2009, 10:25
xfer2
(Desactivado)
 
Fecha de Ingreso: junio-2009
Mensajes: 256
Antigüedad: 15 años, 5 meses
Puntos: 1
Respuesta: problema que no puedo solucionar

gracias por responder gioramies. te doy la estructura de mis tablas.

tabla miusb_capacidad

Código:
mysql> select * from miusb_capacidades;
+-------------+-----------+
| idcapacidad | capacidad |
+-------------+-----------+
|           1 | 512MB     |
|           2 | 2GB       |
|           3 | 4GB       |
|           4 | 8GB       |
|           5 | 16GB      |
|           6 | 32GB      |
+-------------+-----------+
6 rows in set (0.00 sec)
tabla miusb_capacidad_precio

Código:
mysql> select * from miusb_capacidad_precio;
+-------------------+------------+-----------+------------+
| idcapacidadprecio | idproducto | capacidad | precio_usb |
+-------------------+------------+-----------+------------+
|                 1 |        149 | 1GB       | 6.00       |
|                 2 |        149 | 2GB       | 7.00       |
|                 3 |        149 | 3GB       | 8.00       |
|                 4 |        149 | 4GB       | 12.00      |
|                 7 |        151 | 3GB       | 8.00       |
|                 8 |        151 | 4GB       | 5.00       |
|                 9 |        151 | 6GB       | 12.00      |
+-------------------+------------+-----------+------------+
saludos.