Advertisement
mobilefish

Untitled

May 19th, 2021
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Error:
  2.  
  3. ERROR: function setval(unknown, numeric) does not exist
  4. LINE 1: SELECT setval('testschema.sample_id', (select max(sample_id) from ...
  5. ^
  6. HINT: No function matches the given name and argument types. You might need to add explicit type casts.
  7. QUERY: SELECT setval('testschema.sample_id', (select max(sample_id) from testschema.sample))
  8. CONTEXT: PL/pgSQL function testschema.hldprocess(integer) line 4 at PERFORM
  9. SQL state: 42883
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement