Forum Discussion
ChayceDuncan
2 years agoQrew Captain
In your "select" statement set it to ["a"] to return all fields. So:
{
"from": "dbid",
"select": ["a"]
}
------------------------------
Chayce Duncan
------------------------------
In your "select" statement set it to ["a"] to return all fields. So:
{
"from": "dbid",
"select": ["a"]
}