Posts by Vitor Medeiros • 23 points
2 posts
-
1
votes1
answer301
viewsQ: Creating a String in Postgresql
So, I have this sequence in a column of a table where every time I do an insertion its value is defined by nextval ('ptable_pr_codigo_seq' :: regclass) CREATE SEQUENCE public.ptable_pr_codigo_seq…
-
1
votes1
answer4180
viewsQ: Import functions from another file (Node.js)
I have a bot.js file that would be my "main" project and inside the same folder where the bot.js is.I have Call.js and Somar.js which are just functions [call()] and [add()]. It would be possible to…