Bronze 2
Since ‎07-31-2021
‎02-02-2024

My Stats

  • 29 Posts
  • 0 Solutions
  • 1 Likes given
  • 5 Likes received

wtwilightw's Bio

Badges Oscar_Rossini Earned

View all badges

Recent Activity

heloI need to round numbers to the hundred, example 86045 to 86100, 9574 to 9600
I have a table called inventory, with the columns: item, department and imageI make a bot to generate a PDF file, I did it, but when I want to separate by the department column value, of the enum type, I can't do it, I've tried with Select, but I can...
I have a table called inventory, with the columns: item, department, imageI make a bot to generate a PDF file, I did it, but when I want to separate by the department column, of the enum type, I can't do it, I've tried with Select, but I can't... can...
I have 4 columns (check-in date, check-out date, status, room) that are used to enter the guest of the reservation. Is it possible to generate a virtual column (list of types) with a list of days (date type) contained between these columns? Later I w...