Fixes
Short explanation about the solutions so I pick this word.
-
Export DBeaver Database
Just need to export/import db in DBeaver. If you’re already importing it and didn’t able to find it maybe check it in Projects tab. Here is the answer that helped me: — I just migrated some projects from DBeaver 6.1.4 to 7.2.3 and the File > Export/Import options worked flawlessly. The full workflow is: IMHO,…
by
-
Deleting All Data in Table with Truncate vs Delete Command
Just a reminder for myself if need to delete all data in table I think it is better to use truncate. Reference:
by
-
Early Return
Possible way to solve nested if statements. Basically just return if the result the negative of the clause in the if statements. Reference:
by