도데체 뭐가 틀렸져??????
insert into guest values(nextval(`aaa`),`kim`,`test`,`1096111815`,`abcde
fg`);
ERROR: attribute 'aaa' not found
honam=> \d
Database = honam
+//////////////////+//////////////////////////////////+//////////+
| Owner | Relation | Type |
+//////////////////+//////////////////////////////////+//////////+
| postgres | aaa | sequence |
| postgres | guest | table |
+//////////////////+//////////////////////////////////+//////////+
|