Suraj Kudale
07/25/2021, 1:55 PM{
"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 typeSam L
07/26/2021, 8:01 AMSuraj Kudale
07/27/2021, 1:37 PM