All pastes #2060738 Raw Edit

Untitled

public text v1 · immutable
#2060738 ·published 2011-05-15 22:02 UTC
rendered paste body

mysql> SELECT node.nid AS nid, node_data_field_fpimage.field_fpimage_fid AS node_data_field_fpimage_field_fpimage_fid, node_data_field_fpimage.field_fpimage_list AS node_data_field_fpimage_field_fpimage_list, node_data_field_fpimage.field_fpimage_data AS node_data_field_fpimage_field_fpimage_data, node.type AS node_type, node.vid AS node_vid FROM node node  LEFT JOIN content_type_sshow node_data_field_fpimage ON node.vid = node_data_field_fpimage.vid;
+-----+-------------------------------------------+--------------------------------------------+--------------------------------------------+------------------+----------+
| nid | node_data_field_fpimage_field_fpimage_fid | node_data_field_fpimage_field_fpimage_list | node_data_field_fpimage_field_fpimage_data | node_type        | node_vid |
+-----+-------------------------------------------+--------------------------------------------+--------------------------------------------+------------------+----------+
|   1 |                                      NULL |                                       NULL | NULL                                       | page             |        1 |
|   2 |                                      NULL |                                       NULL | NULL                                       | page             |        2 |
|   3 |                                      NULL |                                       NULL | NULL                                       | page             |        3 |
|   4 |                                      NULL |                                       NULL | NULL                                       | story            |        4 |
|   5 |                                      NULL |                                       NULL | NULL                                       | station_schedule |        5 |
|   6 |                                      NULL |                                       NULL | NULL                                       | station_program  |        6 |
|   7 |                                      NULL |                                       NULL | NULL                                       | news             |        7 |
|   8 |                                      NULL |                                       NULL | NULL                                       | fp_slideshow     |        8 |
|   9 |                                      NULL |                                       NULL | NULL                                       | fp_slideshow     |        9 |
|  10 |                                      NULL |                                       NULL | NULL                                       | fp_slideshow     |       10 |
|  11 |                                         4 |                                          1 | a:2:{s:3:"alt";s:0:"";s:5:"title";s:0:"";} | sshow            |       11 |
+-----+-------------------------------------------+--------------------------------------------+--------------------------------------------+------------------+----------+
11 rows in set (0.00 sec)