When I'm trying to Execute below code
Execute '`create table employee(Empid Serial Primary key, Empname text, Dob Date)`'
I'm getting error
ERROR: syntax error at or near "'create table employee(Empid Serial
Primary key, Empname text, Dob Date)'" LINE 1: Execute 'create table
employee(Empid Serial Primary key, Emp...
^
********** Error **********ERROR: syntax error at or near "'create table employee(Empid Serial
Primary key, Empname text, Dob Date)'" SQL state: 42601 Character: 9
Please help me out on this.