Guest User

Untitled

a guest
Jun 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. names=# INSERT INTO public."Usercomp"("Shiftstart")
  2. names-# SELECT "Shiftstarttime"
  3. names-# FROM public."Shifts"
  4. names-# WHERE "Id" = public."Usercomp"("Shiftid");
  5.  
  6. ERROR: column "Shiftid" does not exist
  7. LINE 4: WHERE "Id" = public."Usercomp"("Shiftid");
  8. ^
  9. HINT: There is a column named "Shiftid" in table "Usercomp", but it cannot be referenced from this part of the query.
Add Comment
Please, Sign In to add comment