Guys. I have a query for sql_custom
SQL1_INPUTS = 1
OUTPUT = 1, 2-String, 3-String, 4-String, 5, 6, 7, 8, 9-String, 10```
Creating a query:
```_query = format ["gangInfoWest:%1", 1168];
_queryResult = [_query,2] call Test_database_asyncCall;```
And I have error:
```[11:02:13:832960 +03:00] [Thread 12616] extDB3: SQL_CUSTOM: Trace: UniqueID: 112 Input: gangInfoWest:1168
[11:02:13:833357 +03:00] [Thread 12616] extDB3: SQL: Error extDB3Exception: SQL Invalid Number of Inputs Got 1 Expected 2
[11:02:13:833393 +03:00] [Thread 12616] extDB3: SQL: Error extDB3Exception: Input: gangInfoWest:1168
[11:02:13:855055 +03:00] [Thread 14932] extDB3: Input from Server: 4:112
[11:02:13:855110 +03:00] [Thread 14932] extDB3: Output to Server: [0,"Error extDB3Exception Exception"]```
Column id and cop_gang have the same values.