我想从表中获取数据

时间:2019-07-19 12:59:59

标签: mysql

我想从其中postid是一个字段的表中获取数据,并且可能有b个以上具有相同postid的行,但是我想通过postid仅获取一行,该怎么做? 我在用这段代码

 <EditText
        android:id="@+id/tvCustomerAge"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:minWidth="80dp"
        android:layout_alignParentEnd="true"
        android:drawableRight="@drawable/arrow_down"
        android:inputType="none"
        android:focusable="false"
        android:clickable="true"
        tools:text="24"/>

它起作用了 但它不起作用。

0 个答案:

没有答案