我怎样才能让它显示在开关下方?
<android.support.v7.widget.SwitchCompat
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="false"
android:theme="@style/Switch"
android:textOn="ON"
android:textOff="OFF"
app:showText="true"
/>
Run Code Online (Sandbox Code Playgroud) 我在Visual Studio中收到SYNTAX错误.使用Access DB
INSERT INTO Order (oProduct, oQty, oPrice)
SELECT pName, pQty, pPrice
FROM Product
WHERE pName = 'Big Mac'";
Run Code Online (Sandbox Code Playgroud)
表:产品字段:pName,pPrice,pQty
表:订单字段:oProduct,oQty,oPrice