Posts by Eryck Araujo • 5 points
2 posts
-
0
votes1
answer27
viewsQ: Select with Null Field
I’m doing a survey in a student database, and I started having the following problem: Every time a student fails to fill in the "address" field, even though he has all the other data in the table,…
-
0
votes1
answer33
viewsQ: UPDATE WITH CASE DOESN’T WORK
I am working with a bunch of data (Postgres) on vestibular and I was looking to do an update joining two tables and using UPDATE CASE WHEN THEN. I was relating the two tables through their ids and…