如何从postgresql 9.3中删除表中的动词

时间:2015-10-27 09:24:11

标签: postgresql

我有一张桌子叫"照片"。其中包含三列,如下所示。

photos
photo_id    photo_name          description
--------    ----------          -----------
1            imag1.jpeg          i like restaurant
2            imag2.jpeg          i like dog
etc

这里我的问题是将图像存储到表格中。如何删除描述列中的动词。

输出

photo_id    photo_name          description
--------    ----------          -----------
1            imag1.jpeg          restaurant
2            imag2.jpeg          dog
etc

0 个答案:

没有答案