Posts by thiago • 1 point
1 post
-
-1
votes1
answer26
viewsQ: Insert random numbers through Precedent
I am trying to insert some random record into a table but am encountering some errors. I created a test table; `create table teste_p(Handle int, name varchar(20)); I need to insert something like:…