Hi Team, I am using suiteQL to retrive all employ...
# suiteql
s
Hi Team, I am using suiteQL to retrive all employee data Query:
{
"q": "SELECT * FROM employee"
}
Now I want to know all supported column values of Employee table How I can get that ? I mean in SQL how we do
describe table
to get all table columns and its type
s
Thanks @Sam L