0
In a database, this table will be for storing information and will have only one line, and there may be updates and will initialize null and during the course of the program will be added. Is it possible to have a table without Primary key for this function? And how to perform select? SELECT dado1, dado2, dado3 FROM table
? Thank you in advance.
The problem isn’t even how to do the
select
and yes how to do theupdate
. Although, for all intents and purposes, a Where-free update would do.– Jéf Bueno
Yes, then I wouldn’t use Where. I’ll go by id that bother me less hehe, hugs and thanks.
– LuanDR