SQLite3将子字符串应用于BLOB

时间:2015-07-03 14:01:01

标签: sqlite substring blob substr

我有一个包含两个值的字段,以逗号分隔并存储为BLOB,例如以下示例:

values
13,0
0,120
192,12

我正在尝试创建一个SELECT查询,该查询只会在逗号的右侧显示值。

我需要将值BLOB转换为字符串,以便能够应用instr()substr()。我该怎么办?有人可以帮助我吗?

1 个答案:

答案 0 :(得分:0)

在ASCII文本中,字节字符。

但是,如果要将blob值转换为字符串,请使用CAST expression

<div id="destinations">
                <div id="toAdd1">


                    <table style="width: 100%;">
                        <tr>
                            <td class="auto-style8">To </td>
                            <td>
                                
                                <select  id="City1" >
                                </select>

                                    </td>
                            <td>Days to Stay</td>
                            <td>
                                <input id="days1" type="number" min="1"  onkeypress="return false" onkeydown="return false" />
                                
                            </td>
                            <td>
                                <p>Date: <input id="toDate1" type="text" class="getCurrentDate"   onkeypress="return false" onkeydown="return false" /></p>
                                
                            </td>
                    <td>
                        <button type="button" onclick="AddDestination();" >Add+</button>
                        
                    </td>
                        </tr>
                    </table>
                </div>

            </div>