对于此查询
SET GLOBAL group_concat_max_len = 999999
我在创建表之前或之后放置SET
吗?我如何使用像这样的查询来检查它是否真的999999
到SHOW group_concat_max_len
Sub acctCodeVarification()
acctCode = Sheet2.Range("C7:C446").Value
acctDesc = Sheet2.Range("E7:E446").Text
For Each c In Range("C7:C446").Cells
If Len(c) <> 21 Then
c.acctDesc = "N/A"
If c <> Sheet3.Range("A1:A20681").Value Then
c.acctDesc = "N/A"
End If
End If
Next c
End Sub
或其他。
答案 0 :(得分:0)
在执行 SELECT
查询之前,您有 <LinearLayout
android:id="@+id/ll_head"
android:layout_width="match_parent"
android:layout_height="30dp"
android:orientation="horizontal"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
android:background="@color/colorPrimaryDark"
app:layout_constraintRight_toRightOf="parent">
</LinearLayout>
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="63dp"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:layout_below="@+id/ll_head"
android:layout_alignParentStart="true"
android:background="@color/colorAccent"
android:layout_marginLeft="36dp"
android:layout_marginStart="36dp"
android:layout_marginBottom="36dp"
android:id="@+id/button" />
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button"
android:layout_alignBottom="@+id/button"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:background="@android:color/holo_blue_bright"
android:layout_marginRight="53dp"
android:layout_marginEnd="53dp" /> </RelativeLayout>
。