{
"query1": {
"options": {
"test": true,
"connection": "connection1",
"sql": {
"type": "select",
"columns": [
{
"table": "teddytalk_users",
"column": "id"
},
{
"table": "teddytalk_users",
"column": "realname"
},
{
"table": "teddytalk_users",
"column": "biz_name"
},
{
"table": "teddytalk_users",
"column": "country"
}
],
"table": {
"name": "teddytalk_users"
},
"joins": [],
"query": "SELECT id, realname, biz_name, country FROM teddytalk_users WHERE id IN (2537,4737,827)",
"params": [],
"wheres": {
"condition": "OR",
"rules": [
{
"id": "teddytalk_users.id",
"field": "teddytalk_users.id",
"type": "double",
"operator": "in",
"value": "2537,4737,827",
"data": {
"table": "teddytalk_users",
"column": "id",
"type": "number"
},
"operation": "IN"
}
],
"conditional": null,
"valid": true
},
"orders": [],
"sort": null,
"dir": null
}
},
"query": "SELECT `id`, `realname`, `biz_name`, `country` FROM `teddytalk_users` WHERE (`id` IN (?))",
"params": [
{
"id": "teddytalk_users.id",
"field": "teddytalk_users.id",
"type": "double",
"operator": "in",
"value": "2537,4737,827",
"data": {
"table": "teddytalk_users",
"column": "id",
"type": "number"
},
"operation": "IN"
}
]
}
}